GNU bug report logs -
#71464
[PATCH 1/2] gnu: emacs-llm: Update to 0.16.1.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#71464: [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 71464 <at> debbugs.gnu.org.
--
71464: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71464
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On 2024-06-10 11:28, Roman Scherer wrote:
> * gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.16.1.
>
> Change-Id: I0d5b3960306399dd73e1876fab26f1ea25d01756
> ---
> gnu/packages/emacs-xyz.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index bef0afc99f..b9afafb586 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -1610,7 +1610,7 @@ (define-public emacs-libgit
> (define-public emacs-llm
> (package
> (name "emacs-llm")
> - (version "0.13.0")
> + (version "0.16.1")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -1618,8 +1618,9 @@ (define-public emacs-llm
> (commit version)))
> (file-name (git-file-name name version))
> (sha256 (base32
> - "1q7djz4zx1br4d3g46f1m5cbxwl050qjmsm2cy7zcww64rrkcj0l"))))
> + "0gxxs7ddkka836m3cq03s5qcay3sdsrfhanmgxybbc4byh6n0zh2"))))
> (build-system emacs-build-system)
> + (propagated-inputs (list emacs-plz))
> (home-page "https://github.com/ahyatt/llm")
> (synopsis "Emacs library abstracting Large Language Model capabilities.")
> (description
>
> base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
Applied, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=319635c0f4
Thank you for the patch!
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.16.1.
Change-Id: I0d5b3960306399dd73e1876fab26f1ea25d01756
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bef0afc99f..b9afafb586 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1610,7 +1610,7 @@ (define-public emacs-libgit
(define-public emacs-llm
(package
(name "emacs-llm")
- (version "0.13.0")
+ (version "0.16.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1618,8 +1618,9 @@ (define-public emacs-llm
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
- "1q7djz4zx1br4d3g46f1m5cbxwl050qjmsm2cy7zcww64rrkcj0l"))))
+ "0gxxs7ddkka836m3cq03s5qcay3sdsrfhanmgxybbc4byh6n0zh2"))))
(build-system emacs-build-system)
+ (propagated-inputs (list emacs-plz))
(home-page "https://github.com/ahyatt/llm")
(synopsis "Emacs library abstracting Large Language Model capabilities.")
(description
base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
--
2.34.1
This bug report was last modified 346 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.