gnu: emacs-llm: Update to 0.17.0.
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.17.0. Change-Id: I304bf676e82710f8f935b7b571d575f1a14dfa5e
This commit is contained in:
parent
b9d9bda84a
commit
9303912532
1 changed files with 2 additions and 2 deletions
|
@ -1661,7 +1661,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
|
||||||
(define-public emacs-llm
|
(define-public emacs-llm
|
||||||
(package
|
(package
|
||||||
(name "emacs-llm")
|
(name "emacs-llm")
|
||||||
(version "0.16.1")
|
(version "0.17.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1669,7 +1669,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0gxxs7ddkka836m3cq03s5qcay3sdsrfhanmgxybbc4byh6n0zh2"))))
|
"1sds3gb5accmpkajc60cbly2imkvvb7a3afi8qdb67p5vkk5xvc2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-plz))
|
(propagated-inputs (list emacs-plz))
|
||||||
(home-page "https://github.com/ahyatt/llm")
|
(home-page "https://github.com/ahyatt/llm")
|
||||||
|
|
Reference in a new issue