gnu: python-async-generator: Update to 1.10.

* gnu/packages/python-xyz.scm (python-async-generator): Update to 1.10.
master
Tobias Geerinckx-Rice 2019-02-22 01:21:25 +01:00
parent 0dcb34126b
commit 94fcbf8dde
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -13957,14 +13957,14 @@ Parso is also able to list multiple syntax errors in your Python file.")
(define-public python-async-generator
(package
(name "python-async-generator")
(version "1.9")
(version "1.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "async_generator" version))
(sha256
(base32
"0wc3hidz1q85cja93k5pzybn0fprfnqyrv4qlkdqdzklc5f4dmdp"))))
"0i11f6z6lix8ixi3vsk6s76zvvpmgrw6zjrcwjm0m4hjdh83vfvf"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))