mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
78a41e9738
commit
fbd97a53e6
1 changed files with 6 additions and 2 deletions
|
@ -1877,7 +1877,7 @@ syntax for short lambda.")
|
||||||
(define-public emacs-llm
|
(define-public emacs-llm
|
||||||
(package
|
(package
|
||||||
(name "emacs-llm")
|
(name "emacs-llm")
|
||||||
(version "0.23.0")
|
(version "0.24.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1886,8 +1886,12 @@ syntax for short lambda.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18dl1a6npx0vlqd4mdrqj7ja7cjdfw366qml1pspy92q4l65pyh6"))))
|
"0kza3jzabp5ilapi3a0ycrc26gvj6s2nf3x1ly4c8d3si6fdlx61"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
;; there are no tests
|
||||||
|
#:tests? #f))
|
||||||
(propagated-inputs (list emacs-plz
|
(propagated-inputs (list emacs-plz
|
||||||
emacs-plz-event-source
|
emacs-plz-event-source
|
||||||
emacs-plz-media-type))
|
emacs-plz-media-type))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue