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

commit 7c09de62b70987317fb8f02df1da2ee5fff21564
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 16:02:46 2025 +0000

    gnu: wcslib: Update to 8.5.
    
    * gnu/packages/astronomy.scm (wcslib): Update to 8.5.
    [source]: Fix URL, again it's changed.
    
    Change-Id: I916f3364db3ec0df36402f3973e198145b680cea
---
 gnu/packages/astronomy.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 186eb0d589..3da72f1da6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11742,14 +11742,15 @@ traveling to a star 100 light years away looks like.")
 (define-public wcslib
   (package
     (name "wcslib")
-    (version "8.4")
+    (version "8.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.atnf.csiro.au/computing/software/wcs/";
+                           "wcslib-releases/"
                            "wcslib-" version ".tar.bz2"))
        (sha256
-        (base32 "1p1606jscky6cw32qwx7k7nwv24jm9c85mzfrm9qnjni4r2882wn"))
+        (base32 "1kpacbh6zrci44qab0jllkn3a9z3b465w17qcfivvfpxzdw1pzgi"))
        (snippet
         #~(begin (use-modules (guix build utils))
                  (delete-file-recursively "C/flexed")))))

Reply via email to