guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 08635f894fc988e17f237f15faf2fa328c8b0730
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 10:21:35 2025 +0100
gnu: emacs-shell-maker: Update to 0.84.1.
* gnu/packages/emacs-xyz.scm (emacs-shell-maker): Update to 0.84.1.
Change-Id: I3baf259ea0ea678a34bf662e565da7f900311589
---
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 231d98de0b..a484cde5f6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10740,7 +10740,7 @@ the speedbar window.")
(define-public emacs-shell-maker
(package
(name "emacs-shell-maker")
- (version "0.83.1")
+ (version "0.84.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10749,7 +10749,7 @@ the speedbar window.")
(file-name (git-file-name name version))
(sha256
(base32
- "10was1mbgwrpvqpm0kj6b5q5gcbj9l03an5nnd7z6vz902wcb2rm"))))
+ "1g0lwv2g5b0cjqsr61jaw902j93wi61qznwl6yybs4hgjj3vjzgg"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ;no tests
(home-page "https://github.com/xenodium/shell-maker")