guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cfitsio: Download source over HTTPS.


From: guix-commits
Subject: branch master updated: gnu: cfitsio: Download source over HTTPS.
Date: Wed, 26 Jul 2023 06:21:59 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 707682ac75 gnu: cfitsio: Download source over HTTPS.
707682ac75 is described below

commit 707682ac75a81f41a478c2c51672ca49b98fa6eb
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jul 11 00:39:18 2023 +0100

    gnu: cfitsio: Download source over HTTPS.
    
    * gnu/packages/astronomy.scm (cfitsio)[source]: Use HTTPS.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/astronomy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 9351c691d2..1ff6cb9892 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -428,7 +428,7 @@ made to get a better separation of core libraries and 
applications.
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/";
+             "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/";
              "cfitsio-" version ".tar.gz"))
        (sha256
         (base32 "128qsv2q0f0g714ahlsixiikvvbwxi9bg9q9pcr5cd3f7wdkv9gb"))))



reply via email to

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