gnu: python-async-generator: Update to 1.10.
* gnu/packages/python-xyz.scm (python-async-generator): Update to 1.10.
This commit is contained in:
parent
0dcb34126b
commit
94fcbf8dde
|
@ -13957,14 +13957,14 @@ Parso is also able to list multiple syntax errors in your Python file.")
|
||||||
(define-public python-async-generator
|
(define-public python-async-generator
|
||||||
(package
|
(package
|
||||||
(name "python-async-generator")
|
(name "python-async-generator")
|
||||||
(version "1.9")
|
(version "1.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "async_generator" version))
|
(uri (pypi-uri "async_generator" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wc3hidz1q85cja93k5pzybn0fprfnqyrv4qlkdqdzklc5f4dmdp"))))
|
"0i11f6z6lix8ixi3vsk6s76zvvpmgrw6zjrcwjm0m4hjdh83vfvf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
|
Loading…
Reference in New Issue