diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-12 13:42:53 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-09 17:03:56 +0200 |
commit | 6634ea9ff9eb2df78d42d354316b009a9b2ae903 (patch) | |
tree | d963b2b0f29c390ab040b4308206528e672a3e1f | |
parent | 54b307a337550938b050918ecdf192612332bb7c (diff) | |
download | guix-6634ea9ff9eb2df78d42d354316b009a9b2ae903.tar.gz guix-6634ea9ff9eb2df78d42d354316b009a9b2ae903.zip |
gnu: python-py: Update to 1.11.0.
* gnu/packages/python-xyz.scm (python-py): Update to 1.11.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a8961f63fe..12d902315a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3271,14 +3271,14 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.") (define-public python-py (package (name "python-py") - (version "1.10.0") + (version "1.11.0") (source (origin (method url-fetch) (uri (pypi-uri "py" version)) (sha256 (base32 - "1lqvkqk3b440g9z82gqbzlzas84wrm6ir8kplzhzavmn2pd1pf11")))) + "06c7m7sfcn7587xd4s2bng8m6q1gsfd3j93afhplfjq74r0mrisi")))) (build-system python-build-system) (arguments ;; FIXME: "ImportError: 'test' module incorrectly imported from |