guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-telega-server: Use tdlib instead of td


From: guix-commits
Subject: branch master updated: gnu: emacs-telega-server: Use tdlib instead of tdlib-1.8.0.
Date: Tue, 17 Jan 2023 05:46:36 -0500

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 29efa2791d gnu: emacs-telega-server: Use tdlib instead of tdlib-1.8.0.
29efa2791d is described below

commit 29efa2791dafb042ca8ace77bcf8538fb404d492
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Jan 17 14:42:45 2023 +0400

    gnu: emacs-telega-server: Use tdlib instead of tdlib-1.8.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-telega-server): Use tdlib instead of
    tdlib-1.8.0.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 95f218e55d..a12272d8a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31016,7 +31016,7 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
               (lambda _ (chdir ".."))))
         #:test-target "test"))
       (inputs
-       (list tdlib-1.8.0 libappindicator))
+       (list tdlib libappindicator))
       (native-inputs
        (list python pkg-config))
       (home-page "https://zevlg.github.io/telega.el/";)



reply via email to

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