mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: emacs-llm: Update to 0.20.0.
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.20.0. Change-Id: Ib6b5a47f025005a0fd369d92b1841e837d101ce0
This commit is contained in:
parent
bdafd7b142
commit
11eed99eb4
1 changed files with 2 additions and 2 deletions
|
@ -1770,7 +1770,7 @@ syntax for short lambda.")
|
|||
(define-public emacs-llm
|
||||
(package
|
||||
(name "emacs-llm")
|
||||
(version "0.19.1")
|
||||
(version "0.20.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1779,7 +1779,7 @@ syntax for short lambda.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k7fr8r05x72xpcw7bl0bih4cz9p3vmgasfxv06a49v81jna10ip"))))
|
||||
"1cjifshb8h5zz63v47n99kwaxj5axgmi3iy5m8zcz9xyab8ac2yx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-plz
|
||||
emacs-plz-event-source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue