guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-nadvice: Fix origin.


From: guix-commits
Subject: branch master updated: gnu: emacs-nadvice: Fix origin.
Date: Sat, 28 Jan 2023 09:42:26 -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 3c4b3206fc gnu: emacs-nadvice: Fix origin.
3c4b3206fc is described below

commit 3c4b3206fcc4a747d231cb820f5cc4139e57d16a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 28 15:41:11 2023 +0100

    gnu: emacs-nadvice: Fix origin.
    
    * gnu/packages/emacs-xyz.scm (emacs-nadvice)[source]<origin>: Use proper 
extension.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 65fea94255..a9810efab6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29801,7 +29801,7 @@ implementation of Windows NT and LanManager compatible 
password encryption.")
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
-                           "nadvice-" version ".el"))
+                           "nadvice-" version ".tar"))
        (sha256
         (base32 "0ac7zxi04gzcd5hz81lib1db3c6a7xmwkb381ljxvaha1mlzp1k0"))))
     (build-system emacs-build-system)



reply via email to

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