gnu: python-pbr: Update to 1.10.0.
* gnu/packages/python.scm (python-pbr): Update to 1.10.0.
This commit is contained in:
parent
0e6df70b6a
commit
5bbb224916
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue