diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 23:27:42 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 23:50:24 +0100 |
commit | a72a18920bcd25fd270b18e601a7e3f7fc9822b0 (patch) | |
tree | ba8decd11d67c6375ba40d886b31b8195605f497 /gnu/packages | |
parent | bc5ce79faf209a2a135de87ad16457becae883d9 (diff) | |
download | guix-a72a18920bcd25fd270b18e601a7e3f7fc9822b0.tar guix-a72a18920bcd25fd270b18e601a7e3f7fc9822b0.tar.gz |
gnu: python-packaging: Update to 20.0.
* gnu/packages/python-xyz.scm (python-packaging): Update to 20.0.
Diffstat (limited to 'gnu/packages')
-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 2c308796e7..0f5e564a0c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13050,14 +13050,14 @@ several utilities, as well as an API for building localization tools.") (define-public python-packaging (package (name "python-packaging") - (version "19.2") + (version "20.0") (source (origin (method url-fetch) (uri (pypi-uri "packaging" version)) (sha256 (base32 - "0izwlz9h0bw171a1chr311g2y7n657zjaf4mq4rgm8pp9lbj9f98")))) + "1y2ip3a4ykkpgnwgn85j6hkspcl0cg3mzms97f40mk57vwqq67gy")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |