me
/
guix
Archived
1
0
Fork 0

gnu: emacs-project: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-project)[source]: Fix URI.
master
Nicolas Goaziou 2021-03-11 16:46:11 +01:00
parent e55d35899f
commit 752843d923
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 2 deletions

View File

@ -394,8 +394,7 @@ when typing parentheses directly or commenting out code line by line.")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"project-" version ".el"))
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
(sha256
(base32 "0arjvhzzcf8b80w94yvpgfdlhsjwf5jk1r7vcai5a4dg3bi9cxyb"))))
(build-system emacs-build-system)