mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: emacs-ellama: Update to 0.9.10.
* gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.9.10. Change-Id: I6e6f160ee88021220df9b6ba8aa6b0c2821ef0b7 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
d0a639a1a3
commit
319635c0f4
1 changed files with 2 additions and 2 deletions
|
@ -5003,7 +5003,7 @@ (define-public emacs-elf-mode
|
||||||
(define-public emacs-ellama
|
(define-public emacs-ellama
|
||||||
(package
|
(package
|
||||||
(name "emacs-ellama")
|
(name "emacs-ellama")
|
||||||
(version "0.9.1")
|
(version "0.9.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5011,7 +5011,7 @@ (define-public emacs-ellama
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1nwwqvl91c65r45yxa2dcl4a41r3ahw6294h79riya48nrp8kn54"))))
|
"08kfa89m2mz6j5wfc73bwid2384v4kf944q1qymkjg3r53i1a9c7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-dash emacs-llm emacs-spinner))
|
(propagated-inputs (list emacs-dash emacs-llm emacs-spinner))
|
||||||
(home-page "https://github.com/s-kostyaev/ellama")
|
(home-page "https://github.com/s-kostyaev/ellama")
|
||||||
|
|
Loading…
Reference in a new issue