mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add python-pluggy-next.
* gnu/packages/python-xyz.scm (python-pluggy-next): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
61e17e2f0d
commit
151be9ec76
1 changed files with 13 additions and 0 deletions
|
@ -15389,6 +15389,19 @@ (define-public python-pluggy
|
||||||
(home-page "https://pypi.org/project/pluggy/")
|
(home-page "https://pypi.org/project/pluggy/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;;; TODO: Make this the default python-pluggy in the next rebuild cycle.
|
||||||
|
(define-public python-pluggy-next
|
||||||
|
(package
|
||||||
|
(inherit python-pluggy)
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pluggy" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0n8iadlas2z1b4h0fc73b043c7iwfvx9rgvqm1azjmffmhxkf922"))))))
|
||||||
|
|
||||||
(define-public python-plumbum
|
(define-public python-plumbum
|
||||||
(package
|
(package
|
||||||
(name "python-plumbum")
|
(name "python-plumbum")
|
||||||
|
|
Loading…
Reference in a new issue