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

commit c566737c741eaded143ee7b680e051aba632a6d7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 13:25:33 2026 +0000

    gnu: python-gwcs: Update to 1.0.0.
    
    * gnu/packages/astronomy.scm (python-gwcs): Update to 1.0.0.
    
    Change-Id: I10ab573ae3afcf95a7419b9894269ac92fdeb928
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5599eee7ed..2fad31d1e5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5316,15 +5316,15 @@ specifically pulsar timing array signals.")
 (define-public python-gwcs
   (package
     (name "python-gwcs")
-    (version "0.26.1")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gwcs" version))
        (sha256
-        (base32 "0gkxgwzlazg0xihhgg9vlss6jj7lg6i6r2z6igpxcnyc5s147d0p"))))
+        (base32 "08s7blad5idafx565745my72hjsxz4dqrg2kzppqw2isgr7bs8gr"))))
     (build-system pyproject-build-system)
-    ;; tests: 1023 passed, 10 skipped, 10 warnings
+    ;; tests: 1038 passed, 6 skipped, 10 warnings
     (native-inputs
      (list python-pytest
            python-pytest-astropy

Reply via email to