gnu: python-packaging: Update to 20.0.

* gnu/packages/python-xyz.scm (python-packaging): Update to 20.0.
This commit is contained in:
Marius Bakke 2020-01-14 23:27:42 +01:00
parent bc5ce79faf
commit a72a18920b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -13050,14 +13050,14 @@ (define-public python2-translate-toolkit
(define-public python-packaging (define-public python-packaging
(package (package
(name "python-packaging") (name "python-packaging")
(version "19.2") (version "20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "packaging" version)) (uri (pypi-uri "packaging" version))
(sha256 (sha256
(base32 (base32
"0izwlz9h0bw171a1chr311g2y7n657zjaf4mq4rgm8pp9lbj9f98")))) "1y2ip3a4ykkpgnwgn85j6hkspcl0cg3mzms97f40mk57vwqq67gy"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases