diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-24 00:58:55 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 00:25:50 +0100 |
commit | f17b8562e92604b5acae196605dbd8a2945d2c53 (patch) | |
tree | c22b2b81a4558cc0df02c5ca644394f1ee6bf748 /gnu/packages/python-xyz.scm | |
parent | e5ed9c6c49e58f226a22cceb30c15059bbdf7a0c (diff) |
gnu: Add python-pbr-next.
* gnu/packages/python-xyz.scm (python-pbr-next): New variable.
Change-Id: I01c084950bbb7e0751ff985289f7e1dc072ce9ed
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 11 insertions, 0 deletions
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") |