gnu: emacs-ellama: Update to 1.4.5.

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

Change-Id: I014a79c4b4518c6aba4bc80eaefc20b924374783
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:28:48 +01:00
parent 8b8bd85e5f
commit d18ecfa582
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5693,7 +5693,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.13.3") (version "1.4.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -5701,7 +5701,7 @@ 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
"0rih610qirrh3nn5lwnvqyvnmlkdqfrhsdjm6nqks1yia020sdgx")))) "1d2z7hc2h583g11rr1labmlvfs27336qxgp9q9nv2fh0f9l1qnv4"))))
(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-dash emacs-llm emacs-spinner))
(home-page "https://github.com/s-kostyaev/ellama") (home-page "https://github.com/s-kostyaev/ellama")