gnu: pyzo: Update to 4.18.0.

* gnu/packages/python-xyz.scm (pyzo): Update to 4.18.0.

Change-Id: I858e10e1fa747d3df0d98eb4ba415e8a44b2593a
This commit is contained in:
Nicolas Goaziou 2024-12-26 16:21:08 +01:00
parent ea0d17a589
commit 98733e6d47
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33008,7 +33008,7 @@ accessor layer.")
(define-public pyzo
(package
(name "pyzo")
(version "4.16.0")
(version "4.18.0")
(source
(origin
(method git-fetch)
@ -33018,7 +33018,7 @@ accessor layer.")
(file-name (git-file-name name version))
(sha256
(base32
"18775dhd5z7l505khrh1vsv5w1x1icshv34av8bbhfj8dz8nvgx5"))))
"0agq171cz7y10cknjypwrvsvikja3w9d28hlr3kw5k2sdvfqnpam"))))
(build-system python-build-system)
(arguments
`(#:phases