mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
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:
parent
a4ea3c30b4
commit
39e9393b36
1 changed files with 2 additions and 2 deletions
|
@ -28671,7 +28671,7 @@ (define-public emacs-pcmpl-args
|
|||
(define-public emacs-shell-command+
|
||||
(package
|
||||
(name "emacs-shell-command+")
|
||||
(version "2.2.0")
|
||||
(version "2.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -28679,7 +28679,7 @@ (define-public emacs-shell-command+
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1micvz6smhjma7qbka8h3w0crb3sgrxf9lz2548iqfgww50gb0lj"))))
|
||||
(base32 "1lrwp73klx5cb74i7iiq7r83dy55qxg1ivnrhfyvk8y2l9hfz30v"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://elpa.gnu.org/packages/shell-command+.html")
|
||||
(synopsis "Extended Emacs @code{shell-command}")
|
||||
|
|
Loading…
Reference in a new issue