diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-26 08:53:32 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-26 11:11:48 +0100 |
commit | e3b55b1385b104dbf8578f902c8bd5a6cb984cda (patch) | |
tree | 5b667d5527b015c08dd56e36e7651d6ba9ab25c2 /gnu/packages/python-xyz.scm | |
parent | 3ffb386e3f56b3ee41fab7463b3d67d2bef93d3f (diff) | |
download | guix-e3b55b1385b104dbf8578f902c8bd5a6cb984cda.tar guix-e3b55b1385b104dbf8578f902c8bd5a6cb984cda.tar.gz |
gnu: python-asyncstdlib: Update to 3.13.0.
* gnu/packages/python-xyz.scm (python-asyncstdlib): Update to 3.13.0.
Change-Id: I7b001c30d742710dc0ceecff276a03f2bff0d92b
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 0068c3fed9..7e7442b2a3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -407,13 +407,13 @@ APIs to detect, query, and compare them.") (define-public python-asyncstdlib (package (name "python-asyncstdlib") - (version "3.12.5") + (version "3.13.0") (source (origin (method url-fetch) (uri (pypi-uri "asyncstdlib" version)) (sha256 - (base32 "1nr7rhfcqyzhv8lnj2rpgg60sw795xqp11a58dky8nfbd9gh5c3y")))) + (base32 "0cxms50gygrvp4n4rk5xxhnl6k7nsrhhixdyk6xk70hi9ysgz9pj")))) (build-system pyproject-build-system) (native-inputs (list python-flit-core python-pytest)) (home-page "https://asyncstdlib.readthedocs.io") |