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
|
||||
(package
|
||||
(name "python-packaging")
|
||||
(version "19.1")
|
||||
(version "19.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "packaging" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zpaz9xrs6xawjs8l4xmfa0w5i66bc5f7nrfj00wr9sd563wm4f4"))))
|
||||
"1brjhygq9dz6x1kdljivkjfldi3qf5rbkqgck1bpgv9qpv8ab60c"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Reference in New Issue