guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66412] [PATCH 04/20] gnu: python-gwcs: Update to 0.19.0.


From: Sharlatan Hellseher
Subject: [bug#66412] [PATCH 04/20] gnu: python-gwcs: Update to 0.19.0.
Date: Mon, 9 Oct 2023 00:40:06 +0100

* gnu/packages/astronomy.scm (python-gwcs): Update to 0.19.0.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ff97dfa3e0..1609336745 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3816,13 +3816,13 @@ (define python-asdf-wcs-schemas
 (define-public python-gwcs
   (package
     (name "python-gwcs")
-    (version "0.18.3")
+    (version "0.19.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gwcs" version))
        (sha256
-        (base32 "0mgyk5mgmj242g8nl7glcj689vry3ncwf04b8q3hasjcc9bs0rm4"))))
+        (base32 "1f3h41aq4nwcl6k80jb9s8shn2mhvz32mx9qhcm1xmcqrflqyf52"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-jsonschema
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]