mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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>
This commit is contained in:
parent
01ea5ebc71
commit
208c2d63bb
1 changed files with 2 additions and 2 deletions
|
@ -5007,7 +5007,7 @@ (define-public emacs-elf-mode
|
|||
(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 @@ (define-public emacs-ellama
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue