1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: emacs-shell-command+: Update to 2.2.0.

* gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.2.0.
This commit is contained in:
Nicolas Goaziou
2021-05-25 12:25:40 +02:00
parent a68cca64cd
commit a154048d98
+2 -2
View File
@@ -27351,13 +27351,13 @@ Features:
(define-public emacs-shell-command+
(package
(name "emacs-shell-command+")
(version "2.1.0")
(version "2.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"shell-command+-" version ".tar"))
(sha256
(base32 "1jyrnv89989bi03m5h8dj0cllsw3rvyxkiyfrh9v6gpxjwfy8lmq"))))
(base32 "1ms2xk7xfgd3ngwm90hnmlxwpvyb167bislc2wr3ilfrirbbw476"))))
(build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/shell-command+.html")
(synopsis "Extended Emacs @code{shell-command}")