me
/
guix
Archived
1
0
Fork 0

gnu: python-asdf-3.0: Update to 3.0.1.

* gnu/packages/astronomy.scm (python-asdf-3.0): Update to 3.0.1.

Change-Id: Icd6e1c048cad82d5cad25c5638b8300f438116b0
Signed-off-by: Eric Bavier <bavier@posteo.net>
master
Sharlatan Hellseher 2023-11-17 12:15:53 +00:00 committed by Eric Bavier
parent 497209f1f4
commit 1fbab53723
No known key found for this signature in database
GPG Key ID: BC45CA67E2F8D007
1 changed files with 2 additions and 2 deletions

View File

@ -3765,13 +3765,13 @@ between image and reference catalogs. Currently only aligning images with
(define-public python-asdf-3.0
(package
(name "python-asdf")
(version "3.0.0")
(version "3.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf" version))
(sha256
(base32 "1a6lf75q9w8fsyq3hn6a7fyldkkyqxddlq21fwdfjwij40dzh3s8"))))
(base32 "1jsk7b4mx04l0a08j832vnl309dba3gjnha9mbd61dzs9ridrfna"))))
(build-system pyproject-build-system)
(native-inputs
(list python-fsspec