From 2bacc4f1a11a13a8692012b6657f18c908ebe56d Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Wed, 23 Jul 2025 10:58:03 +0200 Subject: [PATCH] gnu: emacs-shell-maker: Update to 0.78.2. * gnu/packages/emacs-xyz.scm (emacs-shell-maker): Update to 0.78.2. [arguments]: Disable tests. Change-Id: I5c725acc50b943e54d2e59ab63021a66598d4cb9 Signed-off-by: Liliana Marie Prikler --- gnu/packages/emacs-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 28c718a0725e2bb506f31180fa5178a11df7f2c5..a906085b695c07927f2832418da6c75c7d83734d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10077,7 +10077,7 @@ the speedbar window.") (define-public emacs-shell-maker (package (name "emacs-shell-maker") - (version "0.76.2") + (version "0.79.2") (source (origin (method git-fetch) (uri (git-reference @@ -10086,8 +10086,9 @@ the speedbar window.") (file-name (git-file-name name version)) (sha256 (base32 - "0df0mxaz2g4fzdlhxygifmsjnxw7n8v1ghz1pnlhad0anpwdsdv9")))) + "1hxixhd1n6zdfqhjgaf0sqwc6fy2wgils3307wzsxx3cca500vnh")))) (build-system emacs-build-system) + (arguments (list #:tests? #f)) ;no tests (home-page "https://github.com/xenodium/shell-maker") (synopsis "Create Emacs shells") (description "Shell Maker is a convenience wrapper around Comint mode.")