mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: emacs-project: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-project)[source]: Fix URI.
This commit is contained in:
parent
e55d35899f
commit
752843d923
1 changed files with 1 additions and 2 deletions
|
@ -394,8 +394,7 @@ (define-public emacs-project
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue