diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-08 18:48:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-09 21:27:25 +0100 |
commit | 54da6f9f9b7badb6c957e598e71652af9e86c0e5 (patch) | |
tree | c676647cf0d861da2f5b7b0ba39a85b52a657f5a | |
parent | 81ed0980a50ee1846c3a1c812e72fbb94c61c8f2 (diff) | |
download | patches-54da6f9f9b7badb6c957e598e71652af9e86c0e5.tar patches-54da6f9f9b7badb6c957e598e71652af9e86c0e5.tar.gz |
gnu: python2-pathlib2: Update to 2.3.3.
* gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.3.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1fd3e8bb27..f2ef078cf3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |