guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-project: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-project: Fix build.
Date: Thu, 11 Mar 2021 10:46:41 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 752843d  gnu: emacs-project: Fix build.
752843d is described below

commit 752843d92349372454a9a6e6afc024a2c7d914f2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Mar 11 16:46:11 2021 +0100

    gnu: emacs-project: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-project)[source]: Fix URI.
---
 gnu/packages/emacs-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 33403c0..5f732da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]