me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.4.1.
master
Nicolas Goaziou 2022-09-03 10:07:45 +02:00
parent f66cb7372f
commit 91c3120553
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 20 deletions

View File

@ -30819,20 +30819,17 @@ 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+
;; XXX: Upstream did not tag last release. The commit below corresponds to
;; the exact version bump.
(let ((commit "bf744c63bbd1e3bbb93407bd32d6da670b23e67e"))
(package (package
(name "emacs-shell-command+") (name "emacs-shell-command+")
(version "2.3.2") (version "2.4.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.sr.ht/~pkal/shell-command-plus") (url "https://git.sr.ht/~pkal/shell-command-plus")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0prlvcryq5ngrzn5f45rkw09wbr99v7nnwps2bjrjc3wvr2rp6h0")))) (base32 "14akj7pavfhch6ljwl26mhv7qczgmqn7mld62cf6mh4ghmhy3z4y"))))
(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}")
@ -30841,7 +30838,7 @@ rather excellent completion provided by both Bash and Zsh.")
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")