mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: pyzo: Update to 4.12.3.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
This commit is contained in:
parent
2bdaf4a378
commit
ba6f593285
1 changed files with 2 additions and 2 deletions
|
@ -26054,7 +26054,7 @@ (define-public python-dictdiffer
|
|||
(define-public pyzo
|
||||
(package
|
||||
(name "pyzo")
|
||||
(version "4.12.0")
|
||||
(version "4.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26064,7 +26064,7 @@ (define-public pyzo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ndiplnz2d5qc6ppjhfwl4zswn79q6732s4vlkaw8xwc3kjrql5b"))))
|
||||
"0v6rgp52bf9za2spxx9c1yc6wmskvlsj81iw0gipjy7y8vpypgn2"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue