me
/
guix
Archived
1
0
Fork 0

gnu: emacs-llm: Update to 0.17.0.

* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.17.0.

Change-Id: I304bf676e82710f8f935b7b571d575f1a14dfa5e
master
Nicolas Goaziou 2024-07-21 16:28:09 +02:00
parent b9d9bda84a
commit 9303912532
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1661,7 +1661,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(define-public emacs-llm
(package
(name "emacs-llm")
(version "0.16.1")
(version "0.17.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1669,7 +1669,7 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
"0gxxs7ddkka836m3cq03s5qcay3sdsrfhanmgxybbc4byh6n0zh2"))))
"1sds3gb5accmpkajc60cbly2imkvvb7a3afi8qdb67p5vkk5xvc2"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-plz))
(home-page "https://github.com/ahyatt/llm")