This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a3cb34f gnu: pyzo: Update to 4.11.7.
a3cb34f is described below
commit a3cb34f7c55d40076cfb6121691f0e3ed69515f3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 10 00:28:45 2021 +0100
gnu: pyzo: Update to 4.11.7.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.7.
---
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 81b887c..db2ab8e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25671,13 +25671,13 @@ dictionaries.")
(define-public pyzo
(package
(name "pyzo")
- (version "4.11.4")
+ (version "4.11.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyzo" version))
(sha256
- (base32 "18djnzx9wwlhxk0v2gcpmwnn3iw572n7gkdyh7ghh92yxck6qqkl"))))
+ (base32 "1qa007nw464r7jw8y8fqf17jx473q55p5ay5bh8kq55v0zyi27yn"))))
(build-system python-build-system)
(arguments
`(#:phases