guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ecd597ab52cb07b42438a7b5f77afc67a3e3f851
Author: Luis Higino <[email protected]>
AuthorDate: Sun Jan 11 18:50:01 2026 +0000
gnu: emacs-shell-maker: Update to 0.84.7.
* gnu/packages/emacs-xyz.scm (emacs-shell-maker): Update to 0.84.7.
Change-Id: Iaf46f46d116f3d771967f10712ccd17b40ff0a1e
Signed-off-by: Danny Milosavljevic <[email protected]>
---
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 138bff9ffb..cedc3c6bc8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10856,7 +10856,7 @@ the speedbar window.")
(define-public emacs-shell-maker
(package
(name "emacs-shell-maker")
- (version "0.84.1")
+ (version "0.84.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10865,7 +10865,7 @@ the speedbar window.")
(file-name (git-file-name name version))
(sha256
(base32
- "1g0lwv2g5b0cjqsr61jaw902j93wi61qznwl6yybs4hgjj3vjzgg"))))
+ "0x10qjhcym4nnv5zh4nwy7d46lp158q06w2iwgi265nl1bz9s7yq"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ;no tests
(home-page "https://github.com/xenodium/shell-maker")