all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74665] [PATCH] gnu: emacs-llm: Update to 0.19.1.
@ 2024-12-03 10:23 Roman Scherer
  0 siblings, 0 replies; only message in thread
From: Roman Scherer @ 2024-12-03 10:23 UTC (permalink / raw)
  To: 74665
  Cc: Roman Scherer, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-03 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 10:23 [bug#74665] [PATCH] gnu: emacs-llm: Update to 0.19.1 Roman Scherer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.