mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-asdf-4.
* gnu/packages/astronomy.scm (python-asdf-4): New variable. Change-Id: Ia2a9fcb07684724168760cd3ab188ed0c5160a41
This commit is contained in:
parent
ce9adae752
commit
b2a5fec892
1 changed files with 11 additions and 0 deletions
|
@ -2009,6 +2009,17 @@ implementation of the ASDF Standard.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0scnw5y4x5k3vyfylq0w612b662xlccx3gsscaw082zlv2yxfyh4"))))))
|
(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
|
(define-public python-asdf-astropy
|
||||||
(package
|
(package
|
||||||
(name "python-asdf-astropy")
|
(name "python-asdf-astropy")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue