me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-07-21 16:29:46 +02:00
parent 16131699b0
commit d4d2fd248b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -5192,7 +5192,7 @@ that the binary uses instead of the actual binary contents.")
(define-public emacs-ellama
(package
(name "emacs-ellama")
(version "0.9.11")
(version "0.11.12")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5200,9 +5200,9 @@ that the binary uses instead of the actual binary contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
"18wxp7shzqhi7paqidv8j80fsiikvsckzm02cwhqy8fyyypv9pdc"))))
"16hhzb38qcrj7irf0h1h2yr8j02v0lkgxn89ysapabh9ppf6amx8"))))
(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")
(synopsis "Tool for interacting with LLMs")
(description