guix-commits
[Top][All Lists]
Advanced

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

01/08: import: elpa: Adjust test for HTTPS URLs.


From: Ludovic Courtès
Subject: 01/08: import: elpa: Adjust test for HTTPS URLs.
Date: Sun, 18 Mar 2018 18:24:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e5425ed950d06f8e75697b7e8562f71704094453
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 18 22:25:54 2018 +0100

    import: elpa: Adjust test for HTTPS URLs.
    
    This is a followup to 44dd3d579db3aa467e41d0b431029e46cae8e12d.
    
    * tests/elpa.scm (eval-test-with-elpa): Use https.
---
 tests/elpa.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/elpa.scm b/tests/elpa.scm
index 46c6ac2..e6d53c8 100644
--- a/tests/elpa.scm
+++ b/tests/elpa.scm
@@ -89,7 +89,7 @@ information about package NAME. (Function 
'elpa-package-info'.)"
          ('origin
            ('method 'url-fetch)
            ('uri ('string-append
-                  "http://elpa.gnu.org/packages/auctex-"; 'version ".tar"))
+                  "https://elpa.gnu.org/packages/auctex-"; 'version ".tar"))
            ('sha256 ('base32 (? string? hash)))))
         ('build-system 'emacs-build-system)
         ('home-page "http://www.gnu.org/software/auctex/";)



reply via email to

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