civodul pushed a commit to branch master
in repository guix.
commit 69aa41e405ebc1ace2bc7d57127e320e42ba0dc0
Author: Giovanni Biscuolo <[email protected]>
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 <[email protected]>
---
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/")