guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 448472bfd54721f5949a1ecb499fad4c93789d57
Author: Sergey Trofimov <[email protected]>
AuthorDate: Thu Oct 9 18:32:45 2025 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13844afc8a..2aa90e3938 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40241,11 +40241,10 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
     (license license:gpl3+)))
 
 (define-public emacs-telega-server
-  (let ((commit "879a8c7afc8967942613b6b898d9ea8c1f3641bf")
-        (revision "0"))
+  (let ((commit "f5b48d2a605c1383ddb8522ed315b625115f16a6"))
     (package
       (name "emacs-telega-server")
-      (version (git-version "0.8.2" revision commit))
+      (version "0.8.5")
       (source
        (origin
          (method git-fetch)
@@ -40253,7 +40252,7 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
                (url "https://github.com/zevlg/telega.el";)
                (commit commit)))
          (sha256
-          (base32 "1ic14hzzgjxpky1r3mz4v72si9hw8cw72420a9lnpdaiw99l8q7h"))
+          (base32 "12h4jvqzw2s30c1wxd26qa9m8fhpb2nc1ijh05781fkxd7sqrdkr"))
          (file-name (git-file-name "emacs-telega" version))))
       (build-system gnu-build-system)
       (arguments

Reply via email to