gnu: python-packaging: Update to 17.1.

* gnu/packages/python.scm (python-packaging): Update to 17.1.
This commit is contained in:
Marius Bakke 2018-08-21 06:59:53 +02:00
parent 26aef5e956
commit c52ff2ed76
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -11568,14 +11568,14 @@ several utilities, as well as an API for building localization tools.")
(define-public python-packaging
(package
(name "python-packaging")
(version "16.8")
(version "17.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "packaging" version))
(sha256
(base32
"17k1xbjshackwvbsnxqixbph8rbqhz4bf4g3al5xyzhavxgq6l2x"))))
"0nrpayk8kij1zm9sjnk38ldz3a6705ggvw8ljylqbrb4vmqbf6gh"))))
(build-system python-build-system)
(native-inputs
`(("python-pretend" ,python-pretend)