diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 01:10:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 04:22:51 +0100 |
commit | ee6a3c0be7a2fd43a8f1044411ced29e7b640f12 (patch) | |
tree | 781676c5814fa512e4c13bfc7d18861b22a5b782 /gnu | |
parent | 1df6f0f085516da9787eb692952b5f680ac0a6d8 (diff) | |
download | guix-ee6a3c0be7a2fd43a8f1044411ced29e7b640f12.tar.gz |
gnu: pyzo: Update to 4.11.2.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 36bbf8a7aa..94bf7d899e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22156,13 +22156,13 @@ dictionaries.") (define-public pyzo (package (name "pyzo") - (version "4.11.0") + (version "4.11.2") (source (origin (method url-fetch) (uri (pypi-uri "pyzo" version)) (sha256 - (base32 "0vzsk6rchavlvy7ciq1z9qh3qrj9q213v2nn491fgjq3g19glj53")))) + (base32 "1jk5f79lj09vnsdk9h01w21p9h49z2hhf8xhkx8471pjbg9vrlzr")))) (build-system python-build-system) (arguments `(#:phases |