guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2d7ea06f5a76bf0551d49f623424f81cb17386d0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 09:43:41 2025 +0200

    gnu: emacs-shell-maker: Update to 0.82.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-shell-maker): Update to 0.82.2.
    
    Change-Id: I32790648d65e59438ec4e9aef509d2d04ee8953f
---
 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 84ef46d043..945d31783f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10309,7 +10309,7 @@ the speedbar window.")
 (define-public emacs-shell-maker
   (package
     (name "emacs-shell-maker")
-    (version "0.79.2")
+    (version "0.82.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10318,7 +10318,7 @@ the speedbar window.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hxixhd1n6zdfqhjgaf0sqwc6fy2wgils3307wzsxx3cca500vnh"))))
+                "1v65gbrw2kczj952j2xx1fvq7sfnxgm6xgdgmz82ydgj3sbrfg44"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ;no tests
     (home-page "https://github.com/xenodium/shell-maker";)

Reply via email to