mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-llm: Update to 0.17.1.
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.17.1. Change-Id: I60d6bd14d54d448879828c521f8900469f73a6f8
This commit is contained in:
parent
74d28070f9
commit
7efc24f0fc
1 changed files with 4 additions and 3 deletions
|
@ -1685,15 +1685,16 @@ (define-public emacs-llama
|
|||
(define-public emacs-llm
|
||||
(package
|
||||
(name "emacs-llm")
|
||||
(version "0.17.0")
|
||||
(version "0.17.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ahyatt/llm")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32
|
||||
"1sds3gb5accmpkajc60cbly2imkvvb7a3afi8qdb67p5vkk5xvc2"))))
|
||||
(sha256
|
||||
(base32
|
||||
"1c71p7a7lsq2xwg2jh021cfdgdp5q11sqb844flbf7pn2vdk6p07"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-plz))
|
||||
(home-page "https://github.com/ahyatt/llm")
|
||||
|
|
Loading…
Reference in a new issue