This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
The following commit(s) were added to refs/heads/astro-update by this push:
new c812b9ae4a gnu: Remove python-gwcs-0.21.
c812b9ae4a is described below
commit c812b9ae4aa826b23c59ce6918e647e26e257757
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 13:30:03 2026 +0000
gnu: Remove python-gwcs-0.21.
* gnu/packages/astronomy.scm (python-gwcs-0.21): Delete variable.
Fixes: guix/guix#6384
Change-Id: Id7cb6d9b7a5d5c22903a7f5d17774702d8403bb1
---
gnu/packages/astronomy.scm | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6494d2cbd6..96ead4eb77 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5620,22 +5620,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