mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pyzo: Update to 4.16.0.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.16.0. Change-Id: Ic94473dbc3f4e989cc98e6dd7ca087f69950685d
This commit is contained in:
parent
0088927a4a
commit
e4b7b5bb73
1 changed files with 2 additions and 2 deletions
|
@ -31652,7 +31652,7 @@ (define-public python-dictpath
|
|||
(define-public pyzo
|
||||
(package
|
||||
(name "pyzo")
|
||||
(version "4.15.0")
|
||||
(version "4.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -31662,7 +31662,7 @@ (define-public pyzo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m2sp65q21hhlfkvyby4sjc8cmwv3l0avw42xsna8za8ax9xadxr"))))
|
||||
"18775dhd5z7l505khrh1vsv5w1x1icshv34av8bbhfj8dz8nvgx5"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue