gnu: python-zarr: Update to 2.17.1.
* gnu/packages/python-xyz.scm (python-zarr): Update to 2.17.1. Change-Id: Id7873b68bb82400f66539d03fe9a357deb61d58cmaster
parent
a78a58673a
commit
950b10540c
|
@ -27124,15 +27124,15 @@ codecs for use in data storage and communication applications.")
|
||||||
(define-public python-zarr
|
(define-public python-zarr
|
||||||
(package
|
(package
|
||||||
(name "python-zarr")
|
(name "python-zarr")
|
||||||
(version "2.13.3")
|
(version "2.17.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zarr" version))
|
(uri (pypi-uri "zarr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"135ls2q7zc98pk61a5cnh88j4hnnavcwasrswdjqyqvcc68b096v"))))
|
"0qb2wj60i7v1c95k6m0pskx20ss6dxrj3ym0d7z4c98jfah3ljsn"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue