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>
This commit is contained in:
Xinglu Chen 2021-05-25 23:48:09 +02:00 committed by Nicolas Goaziou
parent a866667f55
commit da08378aa4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27371,11 +27371,12 @@ (define-public emacs-shell-command+
(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}")