Revert "gnu: python-packaging: Update to 19.1."
The new version fails tests on architectures other than x86_64.
This reverts commit cb16a9fba9
.
master
parent
36f400f616
commit
5e5cdac0ae
|
@ -12655,14 +12655,14 @@ several utilities, as well as an API for building localization tools.")
|
||||||
(define-public python-packaging
|
(define-public python-packaging
|
||||||
(package
|
(package
|
||||||
(name "python-packaging")
|
(name "python-packaging")
|
||||||
(version "19.1")
|
(version "19.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
|
||||||
"1zpaz9xrs6xawjs8l4xmfa0w5i66bc5f7nrfj00wr9sd563wm4f4"))))
|
"1brjhygq9dz6x1kdljivkjfldi3qf5rbkqgck1bpgv9qpv8ab60c"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue