mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: pyzo: Update to 4.13.3.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.13.3. Change-Id: I082611a6f2d390ef82f2abf0b8eb75a866a67235
This commit is contained in:
parent
d871569955
commit
5122822ebf
1 changed files with 2 additions and 2 deletions
|
@ -28912,7 +28912,7 @@ (define-public python-dictpath
|
|||
(define-public pyzo
|
||||
(package
|
||||
(name "pyzo")
|
||||
(version "4.12.8")
|
||||
(version "4.13.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28922,7 +28922,7 @@ (define-public pyzo
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"036snpv6j63bv9z9mbq317qb43zwsj1m8vljra3c0kiakahp7cc3"))))
|
||||
"1m0mrp20wjvy804214f4zzlbaqrakam0g3qr562yn2mjcgfba554"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue