mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add python-py-next.
* gnu/packages/python-xyz.scm (python-py-next): New variable.
This commit is contained in:
parent
596104f807
commit
b57254d02b
1 changed files with 12 additions and 0 deletions
|
@ -2420,6 +2420,18 @@ (define-public python-py
|
|||
code introspection, and logging.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-py-next
|
||||
(package
|
||||
(inherit python-py)
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "py" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hpk0gzd4v1pcnq7zinwg5n219czi23qghcswykqskkbwly8i9lw"))))))
|
||||
|
||||
(define-public python2-py
|
||||
(package-with-python2 python-py))
|
||||
|
||||
|
|
Loading…
Reference in a new issue