Revert "gnu: python-packaging: Update to 19.1."

The new version fails tests on architectures other than x86_64.

This reverts commit cb16a9fba9.
This commit is contained in:
Marius Bakke 2019-08-11 14:58:14 +02:00
parent 36f400f616
commit 5e5cdac0ae
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -12655,14 +12655,14 @@ (define-public python2-translate-toolkit
(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