gnu: pyzo: Update to 4.12.7.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.7.
This commit is contained in:
parent
3b0c792fa3
commit
1105c95e44
1 changed files with 2 additions and 2 deletions
|
@ -27011,7 +27011,7 @@ accessor layer.")
|
||||||
(define-public pyzo
|
(define-public pyzo
|
||||||
(package
|
(package
|
||||||
(name "pyzo")
|
(name "pyzo")
|
||||||
(version "4.12.5")
|
(version "4.12.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -27021,7 +27021,7 @@ accessor layer.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0938dk9z1l248756h4z08si4n1i2rj02lbwgd04x49p97iclgwrn"))))
|
"15c92l0g3fziyn6cmjrbr57bz70cz8w282yjb370r36x2bpykbii"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue