mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add python-asdf-3.
* gnu/packages/astronomy.scm (python-asdf-3): New variable. Change-Id: I1dda9cb5590a9be34b860b4c900af5bc5101dab6
This commit is contained in:
parent
3fc77b6987
commit
408c7d9443
1 changed files with 11 additions and 0 deletions
|
@ -1649,6 +1649,17 @@ (define-public python-asdf
|
|||
implementation of the ASDF Standard.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-asdf-3
|
||||
(package
|
||||
(inherit python-asdf)
|
||||
(version "3.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asdf" version))
|
||||
(sha256
|
||||
(base32 "0scnw5y4x5k3vyfylq0w612b662xlccx3gsscaw082zlv2yxfyh4"))))))
|
||||
|
||||
(define-public python-asdf-astropy
|
||||
(package
|
||||
(name "python-asdf-astropy")
|
||||
|
|
Loading…
Reference in a new issue