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:
parent
a68cca64cd
commit
a154048d98
1 changed files with 2 additions and 2 deletions
|
@ -27351,13 +27351,13 @@ (define-public emacs-execline
|
||||||
(define-public emacs-shell-command+
|
(define-public emacs-shell-command+
|
||||||
(package
|
(package
|
||||||
(name "emacs-shell-command+")
|
(name "emacs-shell-command+")
|
||||||
(version "2.1.0")
|
(version "2.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"shell-command+-" version ".tar"))
|
"shell-command+-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jyrnv89989bi03m5h8dj0cllsw3rvyxkiyfrh9v6gpxjwfy8lmq"))))
|
(base32 "1ms2xk7xfgd3ngwm90hnmlxwpvyb167bislc2wr3ilfrirbbw476"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "http://elpa.gnu.org/packages/shell-command+.html")
|
(home-page "http://elpa.gnu.org/packages/shell-command+.html")
|
||||||
(synopsis "Extended Emacs @code{shell-command}")
|
(synopsis "Extended Emacs @code{shell-command}")
|
||||||
|
|
Loading…
Reference in a new issue