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:
Giovanni Biscuolo 2022-09-22 14:39:39 +02:00 committed by Ludovic Courtès
parent abc232c42d
commit 69aa41e405
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -29796,7 +29796,7 @@ (define-public emacs-telega-server
(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/")