aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-01-26 15:20:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-01-26 21:05:06 +0100
commit5bbb224916b14131d5676980f3ab4992c4349455 (patch)
tree85709408da4f82fa32d9b0a14a060ab76882f609
parent0e6df70b6a73f9475f850c99250c515cb800b518 (diff)
downloadguix-5bbb224916b14131d5676980f3ab4992c4349455.tar
guix-5bbb224916b14131d5676980f3ab4992c4349455.tar.gz
gnu: python-pbr: Update to 1.10.0.
* gnu/packages/python.scm (python-pbr): Update to 1.10.0.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f324f1b35e..0bd9e2119a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2094,14 +2094,14 @@ protocol.")
(define python-pbr-minimal
(package
(name "python-pbr-minimal")
- (version "1.8.1")
+ (version "1.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pbr" version))
(sha256
(base32
- "0jcny36cf3s8ar5r4a575npz080hndnrfs4np1fqhv0ym4k7c4p2"))))
+ "177kd9kbv1hvf2ban7l3x9ymzbi1md4hkaymwbgnz7ihf312hr0q"))))
(build-system python-build-system)
(arguments
`(#:tests? #f))