GNU bug report logs - #74665
[PATCH] gnu: emacs-llm: Update to 0.19.1.

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Tue, 3 Dec 2024 10:24:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74665: closed ([PATCH] gnu: emacs-llm: Update to 0.19.1.)
Date: Wed, 11 Dec 2024 02:15:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 11 Dec 2024 09:38:49 +0800
with message-id <87o71j6lsm.wl-hako <at> ultrarare.space>
and subject line Re: [bug#74665] [PATCH] gnu: emacs-llm: Update to 0.19.1.
has caused the debbugs.gnu.org bug report #74665,
regarding [PATCH] gnu: emacs-llm: Update to 0.19.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74665: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74665
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH] gnu: emacs-llm: Update to 0.19.1.
Date: Tue,  3 Dec 2024 11:23:03 +0100
* gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.19.1.

Change-Id: I8a56b6a9cdfef6b072c675f5c536fb203ce0c53e
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 11518d9e7f..a3a9dc2dde 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1744,7 +1744,7 @@ (define-public emacs-llama
 (define-public emacs-llm
   (package
     (name "emacs-llm")
-    (version "0.17.4")
+    (version "0.19.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1753,9 +1753,11 @@ (define-public emacs-llm
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0vq7209wi20jw28m4v0fsca2i9k6vqn844fqkpyc8c95ranm0c1l"))))
+                "0k7fr8r05x72xpcw7bl0bih4cz9p3vmgasfxv06a49v81jna10ip"))))
     (build-system emacs-build-system)
-    (propagated-inputs (list emacs-plz))
+    (propagated-inputs (list emacs-plz
+                             emacs-plz-event-source
+                             emacs-plz-media-type))
     (home-page "https://github.com/ahyatt/llm")
     (synopsis "Emacs library abstracting Large Language Model capabilities")
     (description

base-commit: 2756c660fb2d9e2fe3e1fd0898e4d7038c8273c7
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: Roman Scherer <roman <at> burningswell.com>
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 74665-done <at> debbugs.gnu.org, Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#74665] [PATCH] gnu: emacs-llm: Update to 0.19.1.
Date: Wed, 11 Dec 2024 09:38:49 +0800
Hi Roman,

On Tue, 03 Dec 2024 18:23:03 +0800,
Roman Scherer wrote:
>
> * gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.19.1.
>
> Change-Id: I8a56b6a9cdfef6b072c675f5c536fb203ce0c53e
> ---
>  gnu/packages/emacs-xyz.scm | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

Added changelog for inputs change and applied as
73d15ca02bc0f460fd6ec22c1809b78372055d7c, thanks!


This bug report was last modified 165 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.