~ruther/guix-local

f17b8562e92604b5acae196605dbd8a2945d2c53 — Nicolas Graves 9 months ago e5ed9c6
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>
1 files changed, 11 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +11 -0
@@ 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")