gnu: python-packaging: Update to 19.2.
* gnu/packages/python-xyz.scm (python-packaging): Update to 19.2.
This commit is contained in:
parent
1ea8b3b1a0
commit
1c10ba3a24
1 changed files with 2 additions and 2 deletions
|
@ -12919,14 +12919,14 @@ several utilities, as well as an API for building localization tools.")
|
|||
(define-public python-packaging
|
||||
(package
|
||||
(name "python-packaging")
|
||||
(version "19.0")
|
||||
(version "19.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "packaging" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1brjhygq9dz6x1kdljivkjfldi3qf5rbkqgck1bpgv9qpv8ab60c"))))
|
||||
"0izwlz9h0bw171a1chr311g2y7n657zjaf4mq4rgm8pp9lbj9f98"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Reference in a new issue