From da08378aa48261a9df24d50606346b47bd2632b9 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Tue, 25 May 2021 23:48:09 +0200 Subject: [PATCH] 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 --- 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 decd9c0b48..329ba42062 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}")