import: elpa: Adjust test for HTTPS URLs.

This is a followup to 44dd3d579d.

* tests/elpa.scm (eval-test-with-elpa): Use https.
This commit is contained in:
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

View file

@ -89,7 +89,7 @@ (define (eval-test-with-elpa pkg)
('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/")