gnu: python-pbr: Update to 1.10.0.

* gnu/packages/python.scm (python-pbr): Update to 1.10.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-26 15:20:32 +01:00
parent 0e6df70b6a
commit 5bbb224916
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -2094,14 +2094,14 @@ protocol.")
(define python-pbr-minimal (define python-pbr-minimal
(package (package
(name "python-pbr-minimal") (name "python-pbr-minimal")
(version "1.8.1") (version "1.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pbr" version)) (uri (pypi-uri "pbr" version))
(sha256 (sha256
(base32 (base32
"0jcny36cf3s8ar5r4a575npz080hndnrfs4np1fqhv0ym4k7c4p2")))) "177kd9kbv1hvf2ban7l3x9ymzbi1md4hkaymwbgnz7ihf312hr0q"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) `(#:tests? #f))