me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.3.2.
master
Nicolas Goaziou 2021-10-29 22:37:20 +02:00
parent 211cebef1b
commit 00197d7508
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 17 deletions

View File

@ -28664,26 +28664,29 @@ rather excellent completion provided by both Bash and Zsh.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-shell-command+ (define-public emacs-shell-command+
(package ;; XXX: Upstream did not tag last release. The commit below corresponds to
(name "emacs-shell-command+") ;; the exact version bump.
(version "2.3.1") (let ((commit "bf744c63bbd1e3bbb93407bd32d6da670b23e67e"))
(source (origin (package
(method git-fetch) (name "emacs-shell-command+")
(uri (git-reference (version "2.3.2")
(url "https://git.sr.ht/~pkal/shell-command-plus") (source (origin
(commit version))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://git.sr.ht/~pkal/shell-command-plus")
(base32 "1lrwp73klx5cb74i7iiq7r83dy55qxg1ivnrhfyvk8y2l9hfz30v")))) (commit commit)))
(build-system emacs-build-system) (file-name (git-file-name name version))
(home-page "http://elpa.gnu.org/packages/shell-command+.html") (sha256
(synopsis "Extended Emacs @code{shell-command}") (base32 "0prlvcryq5ngrzn5f45rkw09wbr99v7nnwps2bjrjc3wvr2rp6h0"))))
(description (build-system emacs-build-system)
"Shell-command+ is a @code{shell-command} substitute that extends the (home-page "http://elpa.gnu.org/packages/shell-command+.html")
(synopsis "Extended Emacs @code{shell-command}")
(description
"Shell-command+ is a @code{shell-command} substitute that extends the
regular Emacs command with several features. You can for example count all regular Emacs command with several features. You can for example count all
the lines in a buffer with @code{> wc -l}, or delete all lower case letters in the lines in a buffer with @code{> wc -l}, or delete all lower case letters in
the selected region with @code{| tr -d a-z}.") the selected region with @code{| tr -d a-z}.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-shell-pop (define-public emacs-shell-pop
(let ((commit "4b4394037940a890a313d715d203d9ead2d156a6") (let ((commit "4b4394037940a890a313d715d203d9ead2d156a6")