guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 15bad3495e19bcf0dabdfc3631826af01a857513
Author: jgart <[email protected]>
AuthorDate: Tue Sep 1 14:20:18 2026 +0100

    gnu: emacs-agent-shell: Update to 0.75.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-agent-shell): Update to 0.75.1.
    
    Change-Id: I90feab85ac34dabd565359dcf7f77fee6c34c04e
---
 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 e1345e0757..32503f3cb0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1397,7 +1397,7 @@ communicating with LLM agents.")
 (define-public emacs-agent-shell
   (package
     (name "emacs-agent-shell")
-    (version "0.72.2")
+    (version "0.75.1")
     (source
      (origin
        (method git-fetch)
@@ -1406,7 +1406,7 @@ communicating with LLM agents.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "142b4a9nslhlm78a7zjd67c5a1j24v5f7xpnhcb6vxfxjkc8rw8d"))))
+        (base32 "1536qv23hk1dpnirlx14ckmivh2rjihfbzcpd7byvr0gfsvxnl5w"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to