guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 35c34ad12f9d926b31266b7c873840bab642fe85
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:47:55 2026 +0100

    gnu: emacs-shell-maker: Update to 0.84.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-shell-maker): Update to 0.84.9.
    
    Change-Id: Iea39d893765b26eb2d4a6561a4acd82a40ed9463
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 295665da70..7c8ac21f03 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10943,7 +10943,7 @@ the speedbar window.")
 (define-public emacs-shell-maker
   (package
     (name "emacs-shell-maker")
-    (version "0.84.8")
+    (version "0.84.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10952,7 +10952,7 @@ the speedbar window.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1knswylikwipg8aqb7dip2jm1l8q3sxj8q0af31ipn92v6wh9bks"))))
+                "12ihyzbc9i4qjsv4glm9qbsxv9nwpdn9n3vkm0b43jhk1zli2xvm"))))
     (build-system emacs-build-system)
     (arguments
      (list #:tests? #f ; There are no tests.

Reply via email to