summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2024-06-26 15:56:53 +0200
committerAndrew Tropin <andrew@trop.in>2024-06-29 10:53:20 +0400
commit208c2d63bb13c26c45a18e1d9e430fa3c5c3fadf (patch)
tree79ff11cc9eab51489aa36053e3026179bf6aa696 /gnu
parent01ea5ebc71a5f104af2ed220cb29f88523298ca7 (diff)
downloadguix-patches-208c2d63bb13c26c45a18e1d9e430fa3c5c3fadf.tar
guix-patches-208c2d63bb13c26c45a18e1d9e430fa3c5c3fadf.tar.gz
gnu: emacs-ellama: Update to 0.9.11.
* gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.9.11. Change-Id: I80149cc6fb4b48bce8ecc0c031fbceedb21da4d9 Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 903c22bbcb..fb52670cb9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5007,7 +5007,7 @@ that the binary uses instead of the actual binary contents.")
(define-public emacs-ellama
(package
(name "emacs-ellama")
- (version "0.9.10")
+ (version "0.9.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5015,7 +5015,7 @@ that the binary uses instead of the actual binary contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
- "08kfa89m2mz6j5wfc73bwid2384v4kf944q1qymkjg3r53i1a9c7"))))
+ "18wxp7shzqhi7paqidv8j80fsiikvsckzm02cwhqy8fyyypv9pdc"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-dash emacs-llm emacs-spinner))
(home-page "https://github.com/s-kostyaev/ellama")