me
/
guix
Archived
1
0
Fork 0

gnu: pyzo: Update to 4.12.7.

* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.7.
master
Nicolas Goaziou 2023-02-11 10:33:09 +01:00
parent 3b0c792fa3
commit 1105c95e44
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -27011,7 +27011,7 @@ accessor layer.")
(define-public pyzo
(package
(name "pyzo")
(version "4.12.5")
(version "4.12.7")
(source
(origin
(method git-fetch)
@ -27021,7 +27021,7 @@ accessor layer.")
(file-name (git-file-name name version))
(sha256
(base32
"0938dk9z1l248756h4z08si4n1i2rj02lbwgd04x49p97iclgwrn"))))
"15c92l0g3fziyn6cmjrbr57bz70cz8w282yjb370r36x2bpykbii"))))
(build-system python-build-system)
(arguments
`(#:phases