me
/
guix
Archived
1
0
Fork 0

gnu: python-zarr: Update to 2.13.3.

* gnu/packages/python-xyz.scm (python-zarr): Update to 2.13.3.
Ricardo Wurmus 2022-12-12 23:47:19 +01:00
parent 8b9c9051ba
commit 2c65106cf5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23552,14 +23552,14 @@ codecs for use in data storage and communication applications.")
(define-public python-zarr
(package
(name "python-zarr")
(version "2.4.0")
(version "2.13.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zarr" version))
(sha256
(base32
"026n3sjzjv2gmwx6y72b8ij0hk42bc8zdbvfj5gdqzd4i6wj3ajk"))))
"135ls2q7zc98pk61a5cnh88j4hnnavcwasrswdjqyqvcc68b096v"))))
(build-system python-build-system)
(arguments
`(#:phases