gnu: python2-pathlib2: Update to 2.3.5.

* gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.5.
This commit is contained in:
Marius Bakke 2020-01-15 21:53:38 +01:00
parent f00722b40c
commit 87a49025e9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -9455,13 +9455,13 @@ anymore.")
(define-public python2-pathlib2
(package
(name "python2-pathlib2")
(version "2.3.3")
(version "2.3.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "pathlib2" version))
(sha256
(base32
"0hpp92vqqgcd8h92msm9slv161b1q160igjwnkf2ag6cx0c96695"))))
"0s4qa8c082fdkb17izh4mfgwrjd1n5pya18wvrbwqdvvb5xs9nbc"))))
(build-system python-build-system)
;; We only need the the Python 2 variant, since for Python 3 our minimum
;; version is 3.4 which already includes this package as part of the