mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-py: Update to 1.7.0.
* gnu/packages/python-xyz.scm (python-py): Update to 1.7.0.
This commit is contained in:
parent
b5a72640d7
commit
8dd1fce66e
1 changed files with 2 additions and 2 deletions
|
@ -1521,14 +1521,14 @@ server.")
|
||||||
(define-public python-py
|
(define-public python-py
|
||||||
(package
|
(package
|
||||||
(name "python-py")
|
(name "python-py")
|
||||||
(version "1.5.4")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "py" version))
|
(uri (pypi-uri "py" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xxvwfn82457djf55f5n2c94699rfqnk43br8fif2r2q8gvrmm9z"))))
|
"152nyjvd8phqbm9pwlnfx0xi4c6343hakjzg42sp4qw3k1qn74mz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: "ImportError: 'test' module incorrectly imported from
|
;; FIXME: "ImportError: 'test' module incorrectly imported from
|
||||||
|
|
Loading…
Add table
Reference in a new issue