guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: wcslib: Download source over HTTPS.


From: guix-commits
Subject: 04/14: gnu: wcslib: Download source over HTTPS.
Date: Fri, 7 Jul 2023 17:35:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f50c82ff2fd53125f9182cb35c6823385f18d6dc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200

    gnu: wcslib: Download source over HTTPS.
    
    * gnu/packages/astronomy.scm (wcslib)[source]: Use HTTPS.
---
 gnu/packages/astronomy.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 04bb4c277d..7d903cc4aa 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -669,9 +669,8 @@ feature detection and cosmetic corrections.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-"; version
-             ".tar.bz2"))
+       (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/";
+                           "wcslib-" version ".tar.bz2"))
        (sha256
         (base32 "17hjnkwn2rd5d9krw2n637q4y8ma4nzk2i55zzn8l2yimdpkxwib"))))
     (inputs



reply via email to

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