unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62131] [PATCH] gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc.
@ 2023-03-11 22:10 simon
  2023-03-17  8:25 ` bug#62131: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: simon @ 2023-03-11 22:10 UTC (permalink / raw)
  To: 62131; +Cc: Simon Streit

From: Simon Streit <simon@netpanic.org>

* 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.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13caf6e882..8954a6f6bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19642,11 +19642,11 @@ (define-public emacs-helm-slack
       (license license:gpl3+))))
 
 (define-public emacs-bash-completion
-  ;; This commit includes unreleased fixes that make using completion inside
-  ;; 'guix shell' possible (see:
-  ;; https://github.com/szermatt/emacs-bash-completion/issues/62).
-  (let ((commit "796a806c5531fc20afea590ba3c1d8a42fb793fc")
-        (revision "0"))
+  ;; This commit fixes an issue that would brake the shell process if trying
+  ;; to complete a command (see:
+  ;; https://github.com/szermatt/emacs-bash-completion/issues/63).
+  (let ((commit "b38f9bca0c194ee3a79c19a14db3b38d1262ca8c")
+        (revision "1"))
     (package
       (name "emacs-bash-completion")
       (version (git-version "3.1.1" revision commit))
@@ -19658,7 +19658,7 @@ (define-public emacs-bash-completion
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "13mdb5arifkwghdclvp23q336n49x2hgqnll7m1lg3nh6jgq8jvk"))))
+          (base32 "09didsy8l6q083djlf9xqqx4fbsisaq5j7vj8fj4qlwh34pfl94c"))))
       (build-system emacs-build-system)
       (arguments
        (list
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62131: [PATCH] gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc.
  2023-03-11 22:10 [bug#62131] [PATCH] gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc simon
@ 2023-03-17  8:25 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-03-17  8:25 UTC (permalink / raw)
  To: simon; +Cc: 62131-done

Hello,

simon@netpanic.org writes:

> * gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to
>   3.1.1-1.b38f9bc.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-17  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-11 22:10 [bug#62131] [PATCH] gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc simon
2023-03-17  8:25 ` bug#62131: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).