diff options
author | Giovanni Biscuolo <g@xelera.eu> | 2022-09-22 14:39:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-02 23:18:43 +0200 |
commit | 69aa41e405ebc1ace2bc7d57127e320e42ba0dc0 (patch) | |
tree | 280781302a22b05c80a967b41ece9acbdcdb41ff /gnu | |
parent | abc232c42d0a80143aba5875213e6d5a843e3d25 (diff) | |
download | guix-69aa41e405ebc1ace2bc7d57127e320e42ba0dc0.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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/") |