gnu: emacs-ellama: Update to 1.8.1.

* gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 1.8.1.

Change-Id: I516f99587b0381b8635d1161c56bda5d7db35920
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Suhail Singh 2025-03-30 12:42:34 -04:00 committed by Andreas Enge
parent eebbf51657
commit 78158c05e4
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -5780,7 +5780,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 "1.4.5") (version "1.8.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -5788,9 +5788,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
"1d2z7hc2h583g11rr1labmlvfs27336qxgp9q9nv2fh0f9l1qnv4")))) "1019vwrm95ck2gi29mvwd7sy753zgwa3addw2x0qbhvb3r53620v"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-dash emacs-llm emacs-spinner)) (propagated-inputs (list emacs-compat emacs-llm emacs-plz emacs-transient))
(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