gnu: emacs-llm: Update to 0.24.2.

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

Change-Id: I6b11acfb53deee417a4f1727fa2e36f179823a1e
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Suhail Singh 2025-03-30 12:38:25 -04:00 committed by Andreas Enge
parent 78a41e9738
commit fbd97a53e6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1877,7 +1877,7 @@ syntax for short lambda.")
(define-public emacs-llm
(package
(name "emacs-llm")
(version "0.23.0")
(version "0.24.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1886,8 +1886,12 @@ syntax for short lambda.")
(file-name (git-file-name name version))
(sha256
(base32
"18dl1a6npx0vlqd4mdrqj7ja7cjdfw366qml1pspy92q4l65pyh6"))))
"0kza3jzabp5ilapi3a0ycrc26gvj6s2nf3x1ly4c8d3si6fdlx61"))))
(build-system emacs-build-system)
(arguments
(list
;; there are no tests
#:tests? #f))
(propagated-inputs (list emacs-plz
emacs-plz-event-source
emacs-plz-media-type))