mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
7375e45cf9
commit
d6db229e34
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue