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

commit a5d56d29ce342dccf446b27eaf6d635c34b49aa4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 16 19:22:12 2026 +0100

    gnu: wcslib: Update to 8.9.
    
    * gnu/packages/astronomy.scm (wcslib): Update to 8.9.
---
 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 49aa8ecb36..c728d7de7f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -13908,7 +13908,7 @@ traveling to a star 100 light years away looks like.")
 (define-public wcslib
   (package
     (name "wcslib")
-    (version "8.8")
+    (version "8.9")
     (source
      (origin
        (method url-fetch)
@@ -13916,7 +13916,7 @@ traveling to a star 100 light years away looks like.")
                            "wcslib-releases/"
                            "wcslib-" version ".tar.bz2"))
        (sha256
-        (base32 "1z2bxbhpix7w552bcpb376wphgilcsc0y7wy8pid05l0wr9bkmfw"))
+        (base32 "0yw0i026ihdhppr7zysxp831vgnsq7pcvxf8rq3bzc4ia370kb42"))
        (snippet
         #~(begin (use-modules (guix build utils))
                  (delete-file-recursively "C/flexed")))))

Reply via email to