1
Fork 0
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:
Maxim Cournoyer 2021-08-25 15:06:08 -04:00
parent 399a844aad
commit bece6dd70d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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))