guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: python-pbr: Update to 1.10.0.


From: Tobias Geerinckx-Rice
Subject: 06/06: gnu: python-pbr: Update to 1.10.0.
Date: Thu, 26 Jan 2017 20:05:24 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 5bbb224916b14131d5676980f3ab4992c4349455
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 26 15:20:32 2017 +0100

    gnu: python-pbr: Update to 1.10.0.
    
    * gnu/packages/python.scm (python-pbr): Update to 1.10.0.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f324f1b..0bd9e21 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]