mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc.
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.1.1-1.b38f9bc. Fix an issue <https://github.com/szermatt/emacs-bash-completion/issues/63> where in a new shell completion would break and cancel the whole shell process with it. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
156aac1b36
commit
0c2eef25c5
1 changed files with 6 additions and 6 deletions
|
@ -19707,11 +19707,11 @@ Slack client.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-bash-completion
|
(define-public emacs-bash-completion
|
||||||
;; This commit includes unreleased fixes that make using completion inside
|
;; This commit fixes an issue that would brake the shell process if trying
|
||||||
;; 'guix shell' possible (see:
|
;; to complete a command (see:
|
||||||
;; https://github.com/szermatt/emacs-bash-completion/issues/62).
|
;; https://github.com/szermatt/emacs-bash-completion/issues/63).
|
||||||
(let ((commit "796a806c5531fc20afea590ba3c1d8a42fb793fc")
|
(let ((commit "b38f9bca0c194ee3a79c19a14db3b38d1262ca8c")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-bash-completion")
|
(name "emacs-bash-completion")
|
||||||
(version (git-version "3.1.1" revision commit))
|
(version (git-version "3.1.1" revision commit))
|
||||||
|
@ -19723,7 +19723,7 @@ Slack client.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13mdb5arifkwghdclvp23q336n49x2hgqnll7m1lg3nh6jgq8jvk"))))
|
(base32 "09didsy8l6q083djlf9xqqx4fbsisaq5j7vj8fj4qlwh34pfl94c"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue