guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-ediprolog: Update source URI.


From: guix-commits
Subject: 03/04: gnu: emacs-ediprolog: Update source URI.
Date: Wed, 23 Nov 2022 04:18:04 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2c8329de516f8f512735e09e5669b65228860b4c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 23 08:32:52 2022 +0100

    gnu: emacs-ediprolog: Update source URI.
    
    This is a follow-up to commit 575790f5f5bea3a935c83b2d764cfd7205e09e81.
    
    * gnu/packages/emacs-xyz.scm (emacs-ediprolog)[source](uri): Download 
tarball
    instead of .el.
---
 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 eae2777e19..ce8adc75fb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28680,8 +28680,7 @@ between \"frame-width\" and \"frame-height\", between 
\"public\",
        (method url-fetch)
        (uri (string-append
              "https://elpa.gnu.org/packages/ediprolog-";
-             version
-             ".el"))
+             version ".tar"))
        (sha256
         (base32 "021jm5zdxrjg7xcja18vgc2v52rk17xi1k7xxw8q802nmixhy0js"))))
     (build-system emacs-build-system)



reply via email to

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