guix-patches
[Top][All Lists]
Advanced

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

[bug#27381] [PATCH 1/2] gnu: python-pbr-minimal: Update to 3.0.1


From: Muriithi Frederick Muriuki
Subject: [bug#27381] [PATCH 1/2] gnu: python-pbr-minimal: Update to 3.0.1
Date: Thu, 15 Jun 2017 18:39:05 +0300

* gnu/packages/python.scm (python-pbr-minimal): Update to 3.0.1
[source]: Update hash and remove patch.
---
 gnu/packages/python.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 352a5f333..1427d92ab 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2190,15 +2190,14 @@ protocol.")
 (define python-pbr-minimal
   (package
     (name "python-pbr-minimal")
-    (version "1.10.0")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pbr" version))
        (sha256
         (base32
-         "177kd9kbv1hvf2ban7l3x9ymzbi1md4hkaymwbgnz7ihf312hr0q"))
-       (patches (search-patches "python-pbr-fix-man-page-support.patch"))))
+         "14fs5acnalnb3h62s7q7av239j541fk0n0z0lawh4h09b1s93s6p"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))
-- 
2.13.1






reply via email to

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