guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 9e7d35694d26baccd1306eee5c57b8ff6a7a5948
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 15:57:43 2026 +0000
gnu: python-gwcs-1: Update to 1.0.3.
* gnu/packages/astronomy.scm (python-gwcs-1): Update to 1.0.3.
Change-Id: I9ef14f7cbaf54358016507e412eae7808e5cf0e0
---
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 2a8a58c920..69a43845b8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5527,15 +5527,15 @@ specifically pulsar timing array signals.")
(define-public python-gwcs-1
(package
(name "python-gwcs")
- (version "1.0.0")
+ (version "1.0.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "gwcs" version))
(sha256
- (base32 "08s7blad5idafx565745my72hjsxz4dqrg2kzppqw2isgr7bs8gr"))))
+ (base32 "0jhizh8m2bd8hcq4biinnya0xfl62rg0cix0jhyl7x7slaq87k67"))))
(build-system pyproject-build-system)
- ;; tests: 1038 passed, 6 skipped, 10 warnings
+ ;; tests: 1061 passed, 12 skipped, 10 warnings
(native-inputs
(list python-pytest
python-pytest-astropy