gnu: Add python-asdf-4.

* gnu/packages/astronomy.scm (python-asdf-4): New variable.

Change-Id: Ia2a9fcb07684724168760cd3ab188ed0c5160a41
This commit is contained in:
Sharlatan Hellseher 2025-09-18 21:05:11 +01:00
parent ce9adae752
commit b2a5fec892
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2009,6 +2009,17 @@ implementation of the ASDF Standard.")
(sha256
(base32 "0scnw5y4x5k3vyfylq0w612b662xlccx3gsscaw082zlv2yxfyh4"))))))
(define-public python-asdf-4
(package
(inherit python-asdf)
(version "4.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf" version))
(sha256
(base32 "1h9dvnxdcd7cmjddpfnjsn6a1acav8gm5307gf7kpifacf99fdqz"))))))
(define-public python-asdf-astropy
(package
(name "python-asdf-astropy")