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

commit c820c1734b2b875514c1195bd4408c13c15a5908
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 13 14:13:11 2025 +0000

    gnu: wcslib: Fix source URL.
    
    * gnu/packages/astronomy.scm (wcslib, wcslib-7.12)[source] <uri>: Fix URL.
    
    Change-Id: I21196b1d071cfcb17f7c7330eca9f46cd11f673d
---
 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 989b055ff0..261b210a9e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11373,7 +11373,7 @@ traveling to a star 100 light years away looks like.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/WCS/";
+       (uri (string-append "https://www.atnf.csiro.au/computing/software/wcs/";
                            "wcslib-" version ".tar.bz2"))
        (sha256
         (base32 "1p1606jscky6cw32qwx7k7nwv24jm9c85mzfrm9qnjni4r2882wn"))
@@ -11418,7 +11418,7 @@ header.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/";
+       (uri (string-append "https://www.atnf.csiro.au/computing/software/wcs/";
                            "wcslib-" version ".tar.bz2"))
        (sha256
         (base32 "1m3bx6gh5w3c7vvsqcki0x20mg8lilg13m0i8nh7za89w58dxy4w"))

Reply via email to