guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-shell-command+: Use Git repo instead o


From: guix-commits
Subject: branch master updated: gnu: emacs-shell-command+: Use Git repo instead of ELPA URL.
Date: Wed, 26 May 2021 08:49:35 -0400

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 da08378  gnu: emacs-shell-command+: Use Git repo instead of ELPA URL.
da08378 is described below

commit da08378aa48261a9df24d50606346b47bd2632b9
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Tue May 25 23:48:09 2021 +0200

    gnu: emacs-shell-command+: Use Git repo instead of ELPA URL.
    
    * emacs-xyz.scm (emacs-shell-command+)[source]: Use Git repository instead 
of
      the unstable ELPA URL.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index decd9c0..329ba42 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27371,11 +27371,12 @@ Features:
     (name "emacs-shell-command+")
     (version "2.2.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://elpa.gnu.org/packages/";
-                                  "shell-command+-" version ".tar"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~zge/bang";)
+                    (commit version)))
               (sha256
-               (base32 
"1ms2xk7xfgd3ngwm90hnmlxwpvyb167bislc2wr3ilfrirbbw476"))))
+               (base32 
"1micvz6smhjma7qbka8h3w0crb3sgrxf9lz2548iqfgww50gb0lj"))))
     (build-system emacs-build-system)
     (home-page "http://elpa.gnu.org/packages/shell-command+.html";)
     (synopsis "Extended Emacs @code{shell-command}")



reply via email to

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