guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pbr: Update to 1.8.1.


From: Efraim Flashner
Subject: 01/01: gnu: python-pbr: Update to 1.8.1.
Date: Mon, 30 Nov 2015 21:21:10 +0000

efraim pushed a commit to branch master
in repository guix.

commit ccd20fcb7dd52008409d26e9da9c8454a4b60767
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 22 23:27:21 2015 +0200

    gnu: python-pbr: Update to 1.8.1.
    
    * gnu/packages/openstack.scm (python-pbr): Update to 1.8.1.
---
 gnu/packages/openstack.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index daec050..1ff32f2 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Cyril Roelandt <address@hidden>
+;;; Copyright © 2015 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -243,7 +244,7 @@ tested on Python version 3.2, 2.7 and 2.6.")
 (define-public python-pbr
   (package
     (name "python-pbr")
-    (version "1.6.0")
+    (version "1.8.1")
     (source
       (origin
         (method url-fetch)
@@ -253,7 +254,7 @@ tested on Python version 3.2, 2.7 and 2.6.")
                ".tar.gz"))
         (sha256
           (base32
-            "1lg1klrczvzfan89y3bl9ykrknl3nb01vvai37fkww24apzyibjf"))))
+            "0jcny36cf3s8ar5r4a575npz080hndnrfs4np1fqhv0ym4k7c4p2"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f)) ;; Most tests seem to use the Internet.



reply via email to

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