gnu: python2-pathlib2: Update to 2.3.3.

* gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.3.
master
Marius Bakke 2019-02-08 18:48:07 +01:00
parent 81ed0980a5
commit 54da6f9f9b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -8300,13 +8300,13 @@ anymore.")
(define-public python2-pathlib2
(package
(name "python2-pathlib2")
(version "2.3.2")
(version "2.3.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "pathlib2" version))
(sha256
(base32
"10yb0iv5x2hs631rcppkhbddx799d3h8pcwmkbh2a66ns3w71ccf"))))
"0hpp92vqqgcd8h92msm9slv161b1q160igjwnkf2ag6cx0c96695"))))
(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