mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-packaging: Update to 20.0.
* gnu/packages/python-xyz.scm (python-packaging): Update to 20.0.
This commit is contained in:
parent
bc5ce79faf
commit
a72a18920b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue