guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 30532594267821bed536dc0c5b02feb033f791ed
Author: Sergey Trofimov <[email protected]>
AuthorDate: Mon Nov 24 18:06:14 2025 +0100

    gnu: emacs-telega: Update to 0.8.570.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.570.
    
    Change-Id: I53cefc17cb0b4c11ea7dfcf3c7613a52578e4dcb
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 35e8e93582..e1c7fee3d7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40955,10 +40955,10 @@ service, and connect it with Emacs via inter-process 
communication.")
       (license license:gpl3+))))
 
 (define-public emacs-telega
-  (let ((commit "50eea5dea4fdfb9fff46d71e3c3bcc6dbf09f26a"))
+  (let ((commit "956ce7f34bd3d88f446254461cb9c52cf7df071f"))
     (package
       (name "emacs-telega")
-      (version "0.8.554")
+      (version "0.8.570")               ; see telega-version in telega.el
       (source
        (origin
          (method git-fetch)
@@ -40966,7 +40966,7 @@ service, and connect it with Emacs via inter-process 
communication.")
                (url "https://github.com/zevlg/telega.el";)
                (commit commit)))
          (sha256
-          (base32 "1w0hpiaaj6p5nlmdi99psc0lmvmy65d27pz2vv3gafp2la4dplgx"))
+          (base32 "1yhkhdimryhh76bl71f84a5zabbkq54kkg8y6m6kwcs40g3587q5"))
          (file-name (git-file-name "emacs-telega" version))
          (patches
           (search-patches "emacs-telega-path-placeholder.patch"

Reply via email to