1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

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
This commit is contained in:
Danny Milosavljevic
2026-02-08 14:28:49 +01:00
parent 38500468a3
commit f84d74b046
+2 -2
View File
@@ -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")