guix_mirror_bot pushed a commit to branch master
in repository guix.

commit df82519f591020c4d407ce8d7fce105eae5003a6
Author: Sergey Trofimov <[email protected]>
AuthorDate: Fri Sep 19 08:54:11 2025 +0200

    gnu: emacs-telega: Update to 0.8.554.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.554.
    
    Change-Id: Ib42bf82354124cd4b7b6d1c8682465fa84e2013d
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46c61d9f0a..13844afc8a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2015,7 +2015,7 @@ while the ones that are not being actively edited will be 
reduced to a smaller
 size.")
       (license license:expat))))
 
-(define-public emacs-zoom 
+(define-public emacs-zoom
     (package
       (name "emacs-zoom")
       (version "0.3.0")
@@ -40288,11 +40288,10 @@ service, and connect it with Emacs via inter-process 
communication.")
       (license license:gpl3+))))
 
 (define-public emacs-telega
-  (let ((commit "1cedc1a8c838102b342d537a742e5eab3dfad3ce")
-        (revision "0"))
+  (let ((commit "50eea5dea4fdfb9fff46d71e3c3bcc6dbf09f26a"))
     (package
       (name "emacs-telega")
-      (version (git-version "0.8.522" revision commit))
+      (version "0.8.554")
       (source
        (origin
          (method git-fetch)
@@ -40300,7 +40299,7 @@ service, and connect it with Emacs via inter-process 
communication.")
                (url "https://github.com/zevlg/telega.el";)
                (commit commit)))
          (sha256
-          (base32 "036k7vnh6i6la1sa854f4l8phx5ymvgqrx6qqpnsssr5yd0a7drb"))
+          (base32 "1w0hpiaaj6p5nlmdi99psc0lmvmy65d27pz2vv3gafp2la4dplgx"))
          (file-name (git-file-name "emacs-telega" version))
          (patches
           (search-patches "emacs-telega-path-placeholder.patch"

Reply via email to