gnu: emacs-ellama: Update to 0.13.0.

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

Change-Id: If06d02165090a3de31c7fb505880173a9b40b32a
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:31 +01:00
parent 963a0c7dab
commit 8dddba665b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5469,7 +5469,7 @@ that the binary uses instead of the actual binary contents.")
(define-public emacs-ellama
(package
(name "emacs-ellama")
(version "0.11.14")
(version "0.13.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5477,7 +5477,7 @@ that the binary uses instead of the actual binary contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
"1nkd6dvmad54w2x13agmzfqmhil3rh8dw5v23brna9ldl1x0ap57"))))
"1abjp70q9ms6kdd1rs4zcrqzz0hfy7a5bizgl0ddrx7r0sfk9r06"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-dash emacs-llm emacs-spinner))
(home-page "https://github.com/s-kostyaev/ellama")