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.230.


From: guix-commits
Subject: 02/02: gnu: emacs-telega-server: Update to 0.8.230.
Date: Tue, 2 Jan 2024 04:51:27 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit 344108df6882270b3f50b2411edd9af23027560f
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Tue Jan 2 09:56:39 2024 +0100

    gnu: emacs-telega-server: Update to 0.8.230.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.230.
    
    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 2a24f4a106..ad02b91c56 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34193,11 +34193,11 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
     (license license:gpl3+)))
 
 (define-public emacs-telega-server
-  (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
+  (let ((commit "304705fa007c3dae3c5d0c6dc66641ae783f0081")
         (revision "0"))
     (package
       (name "emacs-telega-server")
-      (version (git-version "0.8.203" revision commit))
+      (version (git-version "0.8.230" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -34205,7 +34205,7 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
                (url "https://github.com/zevlg/telega.el";)
                (commit commit)))
          (sha256
-          (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
+          (base32 "02yxjaxpf2f6pjg3ixw7jvx56x6lfh30mnsmiz1p2yi64kyllaan"))
          (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]