diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-11 23:17:30 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-30 23:49:03 +0000 |
| commit | 0605bbf20331e866a9190cdd56ec712ef0bdacc7 (patch) | |
| tree | aec110c2194c0518113264719a193bf2e933a673 | |
| parent | 1f36997f5b9ecf389744b4966916037f58ec8dcc (diff) | |
gnu: Add python-gwcs-0.21.
* gnu/packages/astronomy.scm (python-gwcs-0.21): New variable.
Change-Id: I70060f5506705e4837c324ae160184aa1453a947
| -rw-r--r-- | gnu/packages/astronomy.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index fc9d45bbf8e..58fefa5820b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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") |
