guix-commits
[Top][All Lists]
Advanced

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

29/53: gnu: emacs-gptel: Update to 0.5.5.


From: guix-commits
Subject: 29/53: gnu: emacs-gptel: Update to 0.5.5.
Date: Mon, 1 Jan 2024 20:26:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 8855e3017c2dc3c7268ab08015a4aa631b7b6864
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:59:42 2024 +0100

    gnu: emacs-gptel: Update to 0.5.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.5.5.
    
    Change-Id: I3d158ab5a5cd0277c210de706cc78a0561eca1d9
---
 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 db9bba57b8..a7828773dd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -482,7 +482,7 @@ e.g. emacs-geiser-guile for Guile.")
 (define-public emacs-gptel
   (package
     (name "emacs-gptel")
-    (version "0.4.0")
+    (version "0.5.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -491,7 +491,7 @@ e.g. emacs-geiser-guile for Guile.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1aac0jds8hzyfvav06mhqm32v81swrnvyv0ldrkd7qxc2b1x4q7n"))))
+                "1vqs03plivb1dmal53j53y4r567ggx4781n2mqyjk6s6wfvyvn93"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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