[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: python-async-generator: Update to 1.10.
From: |
guix-commits |
Subject: |
04/09: gnu: python-async-generator: Update to 1.10. |
Date: |
Thu, 21 Feb 2019 20:49:48 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 94fcbf8dde9bdd8c3f555f43aceb849b595727b1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Feb 22 01:21:25 2019 +0100
gnu: python-async-generator: Update to 1.10.
* gnu/packages/python-xyz.scm (python-async-generator): Update to 1.10.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0e25239..0c2d891 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)))
- branch master updated (e05da20 -> 9ff0408), guix-commits, 2019/02/21
- 01/09: gnu: ois: Update to 1.5., guix-commits, 2019/02/21
- 03/09: gnu: python-misaka: Update to 2.1.1., guix-commits, 2019/02/21
- 02/09: gnu: openvpn: Update to 2.4.7., guix-commits, 2019/02/21
- 06/09: gnu: python2-empy: Run tests., guix-commits, 2019/02/21
- 07/09: gnu: python-funcy: Update to 1.11., guix-commits, 2019/02/21
- 09/09: gnu: python-scikit-image: Update to 0.14.2., guix-commits, 2019/02/21
- 04/09: gnu: python-async-generator: Update to 1.10.,
guix-commits <=
- 05/09: gnu: python-empy: Update to 3.3.3., guix-commits, 2019/02/21
- 08/09: gnu: python-funcy: Don't use NAME in source URI., guix-commits, 2019/02/21