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

* gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.3.1.
This commit is contained in:
Nicolas Goaziou 2021-10-19 13:11:48 +02:00
parent a4ea3c30b4
commit 39e9393b36
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28671,7 +28671,7 @@ (define-public emacs-pcmpl-args
(define-public emacs-shell-command+ (define-public emacs-shell-command+
(package (package
(name "emacs-shell-command+") (name "emacs-shell-command+")
(version "2.2.0") (version "2.3.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -28679,7 +28679,7 @@ (define-public emacs-shell-command+
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1micvz6smhjma7qbka8h3w0crb3sgrxf9lz2548iqfgww50gb0lj")))) (base32 "1lrwp73klx5cb74i7iiq7r83dy55qxg1ivnrhfyvk8y2l9hfz30v"))))
(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}")