me
/
guix
Archived
1
0
Fork 0

gnu: python-asdf-zarr: Update to 0.0.4.

* gnu/packages/astronomy.scm (python-asdf-zarr): Update to 0.0.4.

Change-Id: I4bb166d2b2c89d9159a52da91ea581a0c41614e1
master
Sharlatan Hellseher 2024-07-01 22:34:37 +01:00
parent 4e51c1d35f
commit a0e804c2db
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -4832,13 +4832,13 @@ install an implementation package such as asdf-astropy.")
(define-public python-asdf-zarr
(package
(name "python-asdf-zarr")
(version "0.0.3")
(version "0.0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf_zarr" version))
(sha256
(base32 "0ax7c9xarh6fi2yxm1z2p90mc3d57q23a7wc8av30xg8ririrl4s"))))
(base32 "0xddz4hnsypyvqxhi43alaqh2vl1ripcl4p63qn6dk2v90lra8c0"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-asdf python-fsspec python-zarr))