guix-patches
[Top][All Lists]
Advanced

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

[bug#50949] [PATCH 1/5] gnu: Add python-pbr-5.


From: phodina
Subject: [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5.
Date: Fri, 01 Oct 2021 19:22:56 +0000

* gnu/packages/python-xyz.scm (python-pbr-5): New variable.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 16f778dd76..f91d2f158f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3142,6 +3142,18 @@ versions, process requirements files and generate 
AUTHORS and ChangeLog file
 from git information.
 ")))

+(define-public python-pbr-5
+  (package
+    (inherit python-pbr)
+    (name "python-pbr-5")
+    (version "5.6.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pbr" version))
+        (sha256
+          (base32
+            "1p8hhyrvbax131w7sjpjgpyk8z4w4w009702n4jncybvg7kh7ps2"))))))
 (define-public python-pyrsistent
   (package
     (name "python-pyrsistent")
--
2.32.0





reply via email to

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