guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: emacs-telega: Use tdlib-1.8.0


From: guix-commits
Subject: 06/14: gnu: emacs-telega: Use tdlib-1.8.0
Date: Sun, 2 Oct 2022 18:11:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 69aa41e405ebc1ace2bc7d57127e320e42ba0dc0
Author: Giovanni Biscuolo <g@xelera.eu>
AuthorDate: Thu Sep 22 14:39:39 2022 +0200

    gnu: emacs-telega: Use tdlib-1.8.0
    
    emacs-telega is compatible with the latest TDLib major release 1.8.0
    
    * gnu/packages/emacs-xyz.scm: (emacs-telega) Use tdlib-1.8.0 instead of 
latest tdlib
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 93ad1a6fbf..bdef3ed8e5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29796,7 +29796,7 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
             (lambda _ (chdir ".."))))
       #:test-target "test"))
     (inputs
-     (list tdlib libappindicator))
+     (list tdlib-1.8.0 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]