mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: pyzo: Update to 4.11.4.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.4.
This commit is contained in:
parent
d13d5f3141
commit
8182a3d1a9
1 changed files with 2 additions and 2 deletions
|
@ -25550,13 +25550,13 @@ (define-public python-dictdiffer
|
||||||
(define-public pyzo
|
(define-public pyzo
|
||||||
(package
|
(package
|
||||||
(name "pyzo")
|
(name "pyzo")
|
||||||
(version "4.11.2")
|
(version "4.11.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyzo" version))
|
(uri (pypi-uri "pyzo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jk5f79lj09vnsdk9h01w21p9h49z2hhf8xhkx8471pjbg9vrlzr"))))
|
(base32 "18djnzx9wwlhxk0v2gcpmwnn3iw572n7gkdyh7ghh92yxck6qqkl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue