gnu: python-asyncstdlib: Update to 3.13.0.

* gnu/packages/python-xyz.scm (python-asyncstdlib): Update to 3.13.0.

Change-Id: I7b001c30d742710dc0ceecff276a03f2bff0d92b
This commit is contained in:
Sharlatan Hellseher 2024-10-26 08:53:32 +01:00
parent 3ffb386e3f
commit e3b55b1385
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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