mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: emacs-llm: Update to 0.22.0.
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.22.0. Change-Id: I334185b1620e096019e8d662da87fc5cd7d39582
This commit is contained in:
parent
f27c78a91f
commit
c10042251b
1 changed files with 2 additions and 2 deletions
|
@ -1798,7 +1798,7 @@ (define-public emacs-llama
|
|||
(define-public emacs-llm
|
||||
(package
|
||||
(name "emacs-llm")
|
||||
(version "0.20.0")
|
||||
(version "0.22.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1807,7 +1807,7 @@ (define-public emacs-llm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cjifshb8h5zz63v47n99kwaxj5axgmi3iy5m8zcz9xyab8ac2yx"))))
|
||||
"08s7q6gfkb2bf1hvszj2wlqsrrnpiyzrsk7mpx4p7bymjy1r0qdz"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-plz
|
||||
emacs-plz-event-source
|
||||
|
|
Loading…
Reference in a new issue