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>
This commit is contained in:
parent
abc232c42d
commit
69aa41e405
@ -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/")
|
||||
|
Loading…
Reference in New Issue
Block a user