guix-patches
[Top][All Lists]
Advanced

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

[bug#67571] [PATCH v2 2/2] gnu: emacs-telega-server: Update to 0.8.230.


From: Sergey Trofimov
Subject: [bug#67571] [PATCH v2 2/2] gnu: emacs-telega-server: Update to 0.8.230.
Date: Sun, 31 Dec 2023 14:00:10 +0100

* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.230.
---
 gnu/packages/emacs-xyz.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 773cacb616..23698bd637 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34191,11 +34191,11 @@ (define-public emacs-helm-switch-to-repl
     (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)
@@ -34203,7 +34203,7 @@ (define-public emacs-telega-server
                (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"
@@ -34282,7 +34282,6 @@ (define-public emacs-telega
                                 "/etc"))))))))
     (inputs
      (list emacs-telega-server ffmpeg))
-    (native-inputs '())
     (propagated-inputs
      (list emacs-visual-fill-column emacs-company
            emacs-rainbow-identifiers))
@@ -34303,8 +34302,6 @@ (define-public emacs-telega-contrib
             (lambda _ (chdir "contrib")))
           (add-before 'install-license-files 'leave-subdirectory
             (lambda _ (chdir ".."))))))
-    (inputs '())
-    (native-inputs '())
     (propagated-inputs
      (list emacs-alert emacs-all-the-icons emacs-dashboard emacs-telega))
     (synopsis "Contributed packages to Telega")
-- 
2.41.0






reply via email to

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