guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3794c8e5cebd9c6673de6c3056787c1fef8b94a5
Author: Sergey Trofimov <[email protected]>
AuthorDate: Mon Nov 24 18:06:08 2025 +0100
gnu: emacs-telega-server: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 1.0.0.
Change-Id: Idbd393e702a1fb39168a9bf18e898d1a081b1703
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 22079c4a74..35e8e93582 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40909,10 +40909,10 @@ other @code{helm-type-file} sources such as
@code{helm-locate}.")
(license license:gpl3+)))
(define-public emacs-telega-server
- (let ((commit "f5b48d2a605c1383ddb8522ed315b625115f16a6"))
+ (let ((commit "d359504b77e139542f4fafd0cbe3a480ccdb09ed"))
(package
(name "emacs-telega-server")
- (version "0.8.5")
+ (version "1.0.0") ; defined in server/telega-server.c
(source
(origin
(method git-fetch)
@@ -40920,7 +40920,7 @@ other @code{helm-type-file} sources such as
@code{helm-locate}.")
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "12h4jvqzw2s30c1wxd26qa9m8fhpb2nc1ijh05781fkxd7sqrdkr"))
+ (base32 "1hzbhwhivqs8d0ivj2ilq46x2q02p3kakw349cqv1s2yn2k0mfxz"))
(file-name (git-file-name "emacs-telega" version))))
(build-system gnu-build-system)
(arguments