mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
14f2105dc6
commit
e5425ed950
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ (define (eval-test-with-elpa pkg)
|
||||||
('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/")
|
||||||
|
|
Loading…
Reference in a new issue