mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: pyzo: Update to 4.12.4.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.4.
This commit is contained in:
parent
f81a6f5be8
commit
7833acab0d
1 changed files with 3 additions and 3 deletions
|
@ -27002,17 +27002,17 @@ (define-public python-dictpath
|
|||
(define-public pyzo
|
||||
(package
|
||||
(name "pyzo")
|
||||
(version "4.12.3")
|
||||
(version "4.12.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/pyzo/pyzo.git")
|
||||
(url "https://github.com/pyzo/pyzo")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v6rgp52bf9za2spxx9c1yc6wmskvlsj81iw0gipjy7y8vpypgn2"))))
|
||||
"10qqilbh7n4z2656qbr9gllvgi7xq11xcm2bv64h02jmkb7m4m6n"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue