gnu: pyzo: Update to 4.12.3.

* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
This commit is contained in:
Nicolas Goaziou 2022-03-20 23:28:42 +01:00
parent 2bdaf4a378
commit ba6f593285
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26054,7 +26054,7 @@ (define-public python-dictdiffer
(define-public pyzo (define-public pyzo
(package (package
(name "pyzo") (name "pyzo")
(version "4.12.0") (version "4.12.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -26064,7 +26064,7 @@ (define-public pyzo
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ndiplnz2d5qc6ppjhfwl4zswn79q6732s4vlkaw8xwc3kjrql5b")))) "0v6rgp52bf9za2spxx9c1yc6wmskvlsj81iw0gipjy7y8vpypgn2"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases