me
/
guix
Archived
1
0
Fork 0

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

The new version fails tests on architectures other than x86_64.

This reverts commit cb16a9fba9.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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