me
/
guix
Archived
1
0
Fork 0

gnu: emacs-xref: Fix ELPA URL.

* gnu/packages/emacs-xyz.scm (emacs-xref)[source]: Use “.tar” instead of “.el”
in the URL.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Xinglu Chen 2021-04-30 16:37:54 +02:00 committed by Nicolas Goaziou
parent ee86a035c7
commit 953e7d84ce
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -27598,8 +27598,8 @@ work on alists, hash-table and arrays. All functions are prefixed with
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"xref-" version ".el"))
(uri (string-append "https://elpa.gnu.org/packages/xref-"
version ".tar"))
(sha256
(base32 "1s7pwk09bry4nqr4bc78a3mbwyrxagai2gpsd49x47czy2x7m3ax"))))
(build-system emacs-build-system)