guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: emacs-telega-server: Update to 0.8.240.


From: guix-commits
Subject: 02/02: gnu: emacs-telega-server: Update to 0.8.240.
Date: Mon, 5 Feb 2024 08:35:00 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit d8472f71649135e15d615f4d1ba364286cc82e8f
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Thu Feb 1 11:23:06 2024 +0100

    gnu: emacs-telega-server: Update to 0.8.240.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.240.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 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 8e2c59bfde..65934893ff 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34530,11 +34530,11 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
     (license license:gpl3+)))
 
 (define-public emacs-telega-server
-  (let ((commit "304705fa007c3dae3c5d0c6dc66641ae783f0081")
+  (let ((commit "e8d9459ef725ed8fb60479b5fccadae1e4eac87a")
         (revision "0"))
     (package
       (name "emacs-telega-server")
-      (version (git-version "0.8.230" revision commit))
+      (version (git-version "0.8.240" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -34542,7 +34542,7 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
                (url "https://github.com/zevlg/telega.el";)
                (commit commit)))
          (sha256
-          (base32 "02yxjaxpf2f6pjg3ixw7jvx56x6lfh30mnsmiz1p2yi64kyllaan"))
+          (base32 "18f6i2w0iial2wi60vkqck30c0m4p2nj0bzd2x9p4il27dwv5hwq"))
          (file-name (git-file-name "emacs-telega" version))
          (patches
           (search-patches "emacs-telega-path-placeholder.patch"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]