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

commit 9dbb3a6cf051ce91cc44a7f8d0a731f2cf4cea72
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 11 23:17:30 2025 +0000

    gnu: Add python-gwcs-0.21.
    
    * gnu/packages/astronomy.scm (python-gwcs-0.21): New variable.
    
    Change-Id: I70060f5506705e4837c324ae160184aa1453a947
---
 gnu/packages/astronomy.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 89545dad69..89f0aec0b8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5032,6 +5032,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")

Reply via email to