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


From: guix-commits
Subject: 02/02: gnu: emacs-telega-server: Update to 0.8.203.
Date: Tue, 7 Nov 2023 12:12:04 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit fd20e0d5f4896c6c8bf440df7c39187df3b3ce2e
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Sun Nov 5 17:32:16 2023 +0100

    gnu: emacs-telega-server: Update to 0.8.203.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.203.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 57e2716b81..dfc959ca0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33992,11 +33992,11 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
     (license license:gpl3+)))
 
 (define-public emacs-telega-server
-  (let ((commit "17bfa50c8f2e70daeb8866f3bf195f15623ab520")
-        (revision "1"))
+  (let ((commit "4f08c835c08e762137ca04e12055cf9dc0b2b8cf")
+        (revision "0"))
     (package
       (name "emacs-telega-server")
-      (version (git-version "0.8.03" revision commit))
+      (version (git-version "0.8.203" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -34004,7 +34004,7 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
                (url "https://github.com/zevlg/telega.el";)
                (commit commit)))
          (sha256
-          (base32 "1057zr4g8llxmzy47l5klyi89x66q8qx5vrd50pmpsp4c6772jz9"))
+          (base32 "02iv2cxwsmfpx2b6wvp7l22izvqw21f1b98jm0yihmfh39idxwn8"))
          (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]