guix-commits
[Top][All Lists]
Advanced

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

02/84: gnu: emacs-chatgpt-shell: Update to 2.9.1.


From: guix-commits
Subject: 02/84: gnu: emacs-chatgpt-shell: Update to 2.9.1.
Date: Tue, 24 Dec 2024 09:28:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 9c8ee7453d63067422d5a8cfc08354c3384c719e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 24 10:59:26 2024 +0100

    gnu: emacs-chatgpt-shell: Update to 2.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 2.9.1.
    
    Change-Id: I73ea7bf093607fae1a0d10ef9be723f23b2a8315
---
 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 1ec0e9ea5e..8a0206b96b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -590,7 +590,7 @@ API key.")
 (define-public emacs-chatgpt-shell
   (package
     (name "emacs-chatgpt-shell")
-    (version "1.20.1")
+    (version "2.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -599,7 +599,7 @@ API key.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "161q8d2b4sq481jh4zwagvh88wg51dsnf76n2l2b7wv3nh7cjh2m"))))
+                "103s9w2i7f2hxxr00s10d42z5hqzdczpfpmhf2va0sf8s19y4jm8"))))
     (build-system emacs-build-system)
     (arguments
      (list #:phases



reply via email to

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