me
/
guix
Archived
1
0
Fork 0

import: elpa: Adjust test for HTTPS URLs.

This is a followup to 44dd3d579d.

* tests/elpa.scm (eval-test-with-elpa): Use https.
master
Ludovic Courtès 2018-03-18 22:25:54 +01:00
parent 14f2105dc6
commit e5425ed950
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ information about package NAME. (Function 'elpa-package-info'.)"
('origin ('origin
('method 'url-fetch) ('method 'url-fetch)
('uri ('string-append ('uri ('string-append
"http://elpa.gnu.org/packages/auctex-" 'version ".tar")) "https://elpa.gnu.org/packages/auctex-" 'version ".tar"))
('sha256 ('base32 (? string? hash))))) ('sha256 ('base32 (? string? hash)))))
('build-system 'emacs-build-system) ('build-system 'emacs-build-system)
('home-page "http://www.gnu.org/software/auctex/") ('home-page "http://www.gnu.org/software/auctex/")