guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 02c4c028fb4539fb9f663ad4559c833941c807d0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 11:44:57 2025 +0100
gnu: emacs-shell-maker: Update to 0.83.1.
* gnu/packages/emacs-xyz.scm (emacs-shell-maker): Update to 0.83.1.
Change-Id: I4606891f94813a9166e6db129a05ef7fd16f13fa
---
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 b73a388b11..8ef1b0010f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10313,7 +10313,7 @@ the speedbar window.")
(define-public emacs-shell-maker
(package
(name "emacs-shell-maker")
- (version "0.82.2")
+ (version "0.83.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10322,7 +10322,7 @@ the speedbar window.")
(file-name (git-file-name name version))
(sha256
(base32
- "1v65gbrw2kczj952j2xx1fvq7sfnxgm6xgdgmz82ydgj3sbrfg44"))))
+ "10was1mbgwrpvqpm0kj6b5q5gcbj9l03an5nnd7z6vz902wcb2rm"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ;no tests
(home-page "https://github.com/xenodium/shell-maker")