me
/
guix
Archived
1
0
Fork 0

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>
master
Roman Scherer 2024-06-26 15:56:53 +02:00 committed by Andrew Tropin
parent 01ea5ebc71
commit 208c2d63bb
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 2 deletions

View File

@ -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")