guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 09d0b46f167db78129c3d5b7e96821b692648bba
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:32:43 2026 +0100

    gnu: emacs-chatgpt-shell: Update to 2.30.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 2.30.4.
    
    Change-Id: I584db4a8c8984a4e29c239dd961db30165da1c20
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f89b13c84c..32581af991 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2016, 2017 Roel Janssen <[email protected]>
 ;;; Copyright © 2016, 2017 Nikita <[email protected]>
 ;;; Copyright © 2016, 2019 Alex Griffin <[email protected]>
-;;; Copyright © 2016-2025 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2016-2026 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2016, 2017, 2018 Alex Vong <[email protected]>
 ;;; Copyright © 2016-2022, 2024–2026 Arun Isaac <[email protected]>
 ;;; Copyright © 2017 Christopher Baines <[email protected]>
@@ -1001,7 +1001,7 @@ summarizing text using an LLM.")
 (define-public emacs-chatgpt-shell
   (package
     (name "emacs-chatgpt-shell")
-    (version "2.30.2")
+    (version "2.30.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1010,7 +1010,7 @@ summarizing text using an LLM.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jyhcy27g4dpcd49a2f23smmnxjsvbdzpa71207svillrgiafg8f"))))
+                "0bq9p4pg59pvr4lck90xv72glyhfibsv5v6f1ic2pp01v40s478y"))))
     (build-system emacs-build-system)
     (arguments
      (list #:phases

Reply via email to