[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pyzo: Update to 4.12.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pyzo: Update to 4.12.3. |
Date: |
Sun, 20 Mar 2022 18:30:34 -0400 |
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 ba6f593285 gnu: pyzo: Update to 4.12.3.
ba6f593285 is described below
commit ba6f59328558d756df5f7675cb690d80815eb1d8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 20 23:28:42 2022 +0100
gnu: pyzo: Update to 4.12.3.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
---
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 7ed6de5a2b..7649dd0ad5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26054,7 +26054,7 @@ dictionaries.")
(define-public pyzo
(package
(name "pyzo")
- (version "4.12.0")
+ (version "4.12.3")
(source
(origin
(method git-fetch)
@@ -26064,7 +26064,7 @@ dictionaries.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ndiplnz2d5qc6ppjhfwl4zswn79q6732s4vlkaw8xwc3kjrql5b"))))
+ "0v6rgp52bf9za2spxx9c1yc6wmskvlsj81iw0gipjy7y8vpypgn2"))))
(build-system python-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pyzo: Update to 4.12.3.,
guix-commits <=