mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: python-py-next: Update to 1.10.0.
* gnu/packages/python-xyz.scm (python-py-next): Update to 1.10.0.
This commit is contained in:
parent
399a844aad
commit
bece6dd70d
1 changed files with 2 additions and 2 deletions
|
@ -3070,14 +3070,14 @@ code introspection, and logging.")
|
|||
(define-public python-py-next
|
||||
(package
|
||||
(inherit python-py)
|
||||
(version "1.9.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "py" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hpk0gzd4v1pcnq7zinwg5n219czi23qghcswykqskkbwly8i9lw"))))))
|
||||
"1lqvkqk3b440g9z82gqbzlzas84wrm6ir8kplzhzavmn2pd1pf11"))))))
|
||||
|
||||
(define-public python2-py
|
||||
(package-with-python2 python-py))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue