summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-13 13:30:03 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:07:07 +0000
commita966cc63593434b644a4ff6ca2b132036c1cc3cf (patch)
tree72e08bc9da2f543e702aa69935519552e41ab504 /gnu
parent2d5ac7ee24e9b2fe56628c7cfec6eff4e3fb09a6 (diff)
gnu: Remove python-gwcs-0.21.
* gnu/packages/astronomy.scm (python-gwcs-0.21): Delete variable. Fixes: guix/guix#6384 Change-Id: Id7cb6d9b7a5d5c22903a7f5d17774702d8403bb1
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 53097d4230b..8d66fb5a55f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5572,22 +5572,6 @@ 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-1)
- (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)))))
-
;; The last 0.X.X version, providing breaking changes with 1.X.X.
(define-public python-gwcs-0
(package