gnu: emacs-shell-command+: Update to 2.4.1.
* gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.4.1.master
parent
f66cb7372f
commit
91c3120553
|
@ -30819,29 +30819,26 @@ 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
|
(package
|
||||||
;; the exact version bump.
|
(name "emacs-shell-command+")
|
||||||
(let ((commit "bf744c63bbd1e3bbb93407bd32d6da670b23e67e"))
|
(version "2.4.1")
|
||||||
(package
|
(source (origin
|
||||||
(name "emacs-shell-command+")
|
(method git-fetch)
|
||||||
(version "2.3.2")
|
(uri (git-reference
|
||||||
(source (origin
|
(url "https://git.sr.ht/~pkal/shell-command-plus")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://git.sr.ht/~pkal/shell-command-plus")
|
(sha256
|
||||||
(commit commit)))
|
(base32 "14akj7pavfhch6ljwl26mhv7qczgmqn7mld62cf6mh4ghmhy3z4y"))))
|
||||||
(file-name (git-file-name name version))
|
(build-system emacs-build-system)
|
||||||
(sha256
|
(home-page "http://elpa.gnu.org/packages/shell-command+.html")
|
||||||
(base32 "0prlvcryq5ngrzn5f45rkw09wbr99v7nnwps2bjrjc3wvr2rp6h0"))))
|
(synopsis "Extended Emacs @code{shell-command}")
|
||||||
(build-system emacs-build-system)
|
(description
|
||||||
(home-page "http://elpa.gnu.org/packages/shell-command+.html")
|
"Shell-command+ is a @code{shell-command} substitute that extends the
|
||||||
(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")
|
||||||
|
|
Reference in New Issue