gnu: python-zarr: Update to 2.17.1.

* gnu/packages/python-xyz.scm (python-zarr): Update to 2.17.1.

Change-Id: Id7873b68bb82400f66539d03fe9a357deb61d58c
This commit is contained in:
Sharlatan Hellseher 2024-03-05 22:56:08 +00:00
parent a78a58673a
commit 950b10540c
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 3 additions and 3 deletions

View File

@ -27124,15 +27124,15 @@ codecs for use in data storage and communication applications.")
(define-public python-zarr
(package
(name "python-zarr")
(version "2.13.3")
(version "2.17.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zarr" version))
(sha256
(base32
"135ls2q7zc98pk61a5cnh88j4hnnavcwasrswdjqyqvcc68b096v"))))
(build-system python-build-system)
"0qb2wj60i7v1c95k6m0pskx20ss6dxrj3ym0d7z4c98jfah3ljsn"))))
(build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases