guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f84d74b046b3fb3c5685794e0575b1878ba1f787
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Sun Feb 8 14:28:49 2026 +0100
gnu: emacs-agent-shell: Update to 0.34.1.
* gnu/packages/emacs-xyz.scm (emacs-agent-shell): Update to 0.34.1.
Change-Id: I571dd35eb712654f151cb7bfb54372520deb0db6
---
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 a1edfccc27..af20de9424 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1085,7 +1085,7 @@ communicating with LLM agents.")
(define-public emacs-agent-shell
(package
(name "emacs-agent-shell")
- (version "0.32.2")
+ (version "0.34.1")
(source
(origin
(method git-fetch)
@@ -1094,7 +1094,7 @@ communicating with LLM agents.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hxcmyxn25h000c604nwjah2j2hlixygswffjni5201brgc5phv6"))))
+ (base32 "0kadndp62f05ph7x1achn8nggajyja2f7g3zvfy7hngfhxhnr0xf"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-shell-maker emacs-acp))
(home-page "https://github.com/xenodium/agent-shell")