me
/
guix
Archived
1
0
Fork 0

gnu: python-packaging: Update to 18.0.

* gnu/packages/python.scm (python-packaging): Update to 18.0.
master
Efraim Flashner 2019-01-06 10:08:34 +02:00
parent 3cf324665d
commit 1fb68eefa1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -12231,14 +12231,14 @@ several utilities, as well as an API for building localization tools.")
(define-public python-packaging
(package
(name "python-packaging")
(version "17.1")
(version "18.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "packaging" version))
(sha256
(base32
"0nrpayk8kij1zm9sjnk38ldz3a6705ggvw8ljylqbrb4vmqbf6gh"))))
"01wq9c53ix5rz6qg2c98gy8n4ff768rmanifm8m5jpjiaizj51h8"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases