mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: Add python-gwcs-0.21.
* gnu/packages/astronomy.scm (python-gwcs-0.21): New variable. Change-Id: I70060f5506705e4837c324ae160184aa1453a947
This commit is contained in:
parent
1f36997f5b
commit
0605bbf203
1 changed files with 16 additions and 0 deletions
|
|
@ -4983,6 +4983,22 @@ the entire transformation pipeline from input coordinates (detector by
|
|||
default) to world coordinates.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-gwcs-0.21
|
||||
(package
|
||||
(inherit python-gwcs)
|
||||
(name "python-gwcs")
|
||||
(version "0.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gwcs" version))
|
||||
(sha256
|
||||
(base32 "1fn5l4v236bl7xqi1is40c2q57dji8by98iwqcndfnmjwqf7zllc"))))
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs python-gwcs)
|
||||
(replace "python-astropy" python-astropy-6)
|
||||
(replace "python-asdf" python-asdf-3)))))
|
||||
|
||||
(define-public python-halotools
|
||||
(package
|
||||
(name "python-halotools")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue