guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 26ea523982d4bc22d62d828ccf176d68fc3e043c
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

Reply via email to