mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ellama: Update to 0.11.12.
* gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.11.12. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: I7a4e16384726933949142fe6e48d7404b45cde72
This commit is contained in:
parent
16131699b0
commit
d4d2fd248b
1 changed files with 3 additions and 3 deletions
|
@ -5192,7 +5192,7 @@ that the binary uses instead of the actual binary contents.")
|
||||||
(define-public emacs-ellama
|
(define-public emacs-ellama
|
||||||
(package
|
(package
|
||||||
(name "emacs-ellama")
|
(name "emacs-ellama")
|
||||||
(version "0.9.11")
|
(version "0.11.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5200,9 +5200,9 @@ that the binary uses instead of the actual binary contents.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"18wxp7shzqhi7paqidv8j80fsiikvsckzm02cwhqy8fyyypv9pdc"))))
|
"16hhzb38qcrj7irf0h1h2yr8j02v0lkgxn89ysapabh9ppf6amx8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-dash emacs-llm emacs-spinner))
|
(propagated-inputs (list emacs-compat emacs-dash emacs-llm emacs-spinner))
|
||||||
(home-page "https://github.com/s-kostyaev/ellama")
|
(home-page "https://github.com/s-kostyaev/ellama")
|
||||||
(synopsis "Tool for interacting with LLMs")
|
(synopsis "Tool for interacting with LLMs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue