guix-commits
[Top][All Lists]
Advanced

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

20/63: gnu: emacs-ellama: Update to 0.11.13.


From: guix-commits
Subject: 20/63: gnu: emacs-ellama: Update to 0.11.13.
Date: Mon, 19 Aug 2024 16:47:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8a4959c343442326f797f89408ae6eedd8171ae5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 19 21:20:14 2024 +0200

    gnu: emacs-ellama: Update to 0.11.13.
    
    * gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.11.13.
    
    Change-Id: I7d2ba3e5c8fdf59047cf54616c06eabebed9f1ac
---
 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 3295d9c837..ec3e3a4ea0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5193,7 +5193,7 @@ that the binary uses instead of the actual binary 
contents.")
 (define-public emacs-ellama
   (package
     (name "emacs-ellama")
-    (version "0.11.12")
+    (version "0.11.13")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5201,7 +5201,7 @@ that the binary uses instead of the actual binary 
contents.")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256 (base32
-                       
"16hhzb38qcrj7irf0h1h2yr8j02v0lkgxn89ysapabh9ppf6amx8"))))
+                       
"12p56vynj86qyz0bif1pcqz83n2q694frgxbfxlw5ws8igzx1hzl"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-compat emacs-dash emacs-llm emacs-spinner))
     (home-page "https://github.com/s-kostyaev/ellama";)



reply via email to

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