guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-llm: Update to 0.16.1.


From: guix-commits
Subject: 01/02: gnu: emacs-llm: Update to 0.16.1.
Date: Mon, 10 Jun 2024 06:55:04 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit d0a639a1a391adba603f4a47dd56ceb457640b31
Author: Roman Scherer <roman@burningswell.com>
AuthorDate: Mon Jun 10 11:28:27 2024 +0200

    gnu: emacs-llm: Update to 0.16.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-llm): Update to 0.16.1.
    
    Change-Id: I0d5b3960306399dd73e1876fab26f1ea25d01756
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 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 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
 (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 @@ libgit2 bindings for Emacs, intended to boost the 
performance of Magit.")
                     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]