all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71464] [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1.
@ 2024-06-10  9:28 Roman Scherer
  2024-06-10  9:28 ` [bug#71464] [PATCH 2/2] gnu: emacs-ellama: Update to 0.9.10 Roman Scherer
  2024-06-10 10:59 ` bug#71464: [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1 Andrew Tropin via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Roman Scherer @ 2024-06-10  9:28 UTC (permalink / raw)
  To: 71464
  Cc: Roman Scherer, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#71464] [PATCH 2/2] gnu: emacs-ellama: Update to 0.9.10.
  2024-06-10  9:28 [bug#71464] [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1 Roman Scherer
@ 2024-06-10  9:28 ` Roman Scherer
  2024-06-10 10:59 ` bug#71464: [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1 Andrew Tropin via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Roman Scherer @ 2024-06-10  9:28 UTC (permalink / raw)
  To: 71464
  Cc: Roman Scherer, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.9.10.

Change-Id: I6e6f160ee88021220df9b6ba8aa6b0c2821ef0b7
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b9afafb586..2a943f5846 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5003,7 +5003,7 @@ (define-public emacs-elf-mode
 (define-public emacs-ellama
   (package
     (name "emacs-ellama")
-    (version "0.9.1")
+    (version "0.9.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5011,7 +5011,7 @@ (define-public emacs-ellama
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256 (base32
-                       "1nwwqvl91c65r45yxa2dcl4a41r3ahw6294h79riya48nrp8kn54"))))
+                       "08kfa89m2mz6j5wfc73bwid2384v4kf944q1qymkjg3r53i1a9c7"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-dash emacs-llm emacs-spinner))
     (home-page "https://github.com/s-kostyaev/ellama")
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#71464: [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1.
  2024-06-10  9:28 [bug#71464] [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1 Roman Scherer
  2024-06-10  9:28 ` [bug#71464] [PATCH 2/2] gnu: emacs-ellama: Update to 0.9.10 Roman Scherer
@ 2024-06-10 10:59 ` Andrew Tropin via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Tropin via Guix-patches via @ 2024-06-10 10:59 UTC (permalink / raw)
  To: Roman Scherer, 71464-done
  Cc: Roman Scherer, Katherine Cox-Buday, Liliana Marie Prikler

[-- Attachment #1: Type: text/plain, Size: 1543 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-10 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10  9:28 [bug#71464] [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1 Roman Scherer
2024-06-10  9:28 ` [bug#71464] [PATCH 2/2] gnu: emacs-ellama: Update to 0.9.10 Roman Scherer
2024-06-10 10:59 ` bug#71464: [PATCH 1/2] gnu: emacs-llm: Update to 0.16.1 Andrew Tropin via Guix-patches via

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.