gnu: emacs-llm: Update to 0.17.4.

* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.17.4.

Change-Id: I0bbb5f3758089bfdbaa3c4e53f2355341f144208
This commit is contained in:
Nicolas Goaziou 2024-09-15 09:20:24 +02:00
parent 7375e45cf9
commit d6db229e34
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1697,7 +1697,7 @@ (define-public emacs-llama
(define-public emacs-llm
(package
(name "emacs-llm")
(version "0.17.1")
(version "0.17.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1706,7 +1706,7 @@ (define-public emacs-llm
(file-name (git-file-name name version))
(sha256
(base32
"1c71p7a7lsq2xwg2jh021cfdgdp5q11sqb844flbf7pn2vdk6p07"))))
"0vq7209wi20jw28m4v0fsca2i9k6vqn844fqkpyc8c95ranm0c1l"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-plz))
(home-page "https://github.com/ahyatt/llm")