guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f17b8562e92604b5acae196605dbd8a2945d2c53
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jul 24 00:58:55 2025 +0200

    gnu: Add python-pbr-next.
    
    * gnu/packages/python-xyz.scm (python-pbr-next): New variable.
    
    Change-Id: I01c084950bbb7e0751ff985289f7e1dc072ce9ed
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 498d7e41cb..632ed473e5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6819,6 +6819,17 @@ versions, process requirements files and generate 
AUTHORS and ChangeLog file
 from git information.
 ")))
 
+(define-public python-pbr-next
+  (hidden-package
+   (package/inherit python-pbr
+     (version "6.1.1")
+     (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pbr" version))
+        (sha256
+         (base32 "0szp9dy7ksvpqddfzzca2a4assag8whmgxyhk7njxsw9d7775slk")))))))
+
 (define-public python-pyrsistent
   (package
     (name "python-pyrsistent")

Reply via email to