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
parent
01ea5ebc71
commit
208c2d63bb
|
@ -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")
|
||||
|
|
Reference in New Issue