From 580a245be54b13047dd8c9772b9c2d230b4bbe6f Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Tue, 19 Sep 2023 12:31:27 +0300 Subject: [PATCH 1/2] feat(emacs): update tdlib --- .config/guix/manifests/emacs.scm | 2 +- .emacs.d/init.el | 2 +- Emacs.org | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/guix/manifests/emacs.scm b/.config/guix/manifests/emacs.scm index d2344e6..f04d26a 100644 --- a/.config/guix/manifests/emacs.scm +++ b/.config/guix/manifests/emacs.scm @@ -8,7 +8,7 @@ "imagemagick" "font-gnu-freefont" "font-gnu-unifont" - "tdlib-1.8.15" + "tdlib-1.8.17" "yt-dlp" "mpv" "whisper-cpp" diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9f31dcc..cf617a1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -6497,7 +6497,7 @@ base toot." (interactive) (setq telega-server-libs-prefix (string-trim - (shell-command-to-string "guix build tdlib-1.8.15"))) + (shell-command-to-string "guix build tdlib-1.8.17"))) (telega-server-build "CC=gcc")) (add-hook 'telega-load-hook #'telega-mode-line-mode) diff --git a/Emacs.org b/Emacs.org index 80084fa..9a714b0 100644 --- a/Emacs.org +++ b/Emacs.org @@ -8970,7 +8970,7 @@ Or you can load up Element for a moment to see what the mention was, if that's e | Guix dependency | |-------------------| -| tdlib-1.8.15 | +| tdlib-1.8.17 | | font-gnu-unifont | | font-gnu-freefont | @@ -9011,7 +9011,7 @@ Building =telega-server= can create problems. It requires the latest version of (interactive) (setq telega-server-libs-prefix (string-trim - (shell-command-to-string "guix build tdlib-1.8.15"))) + (shell-command-to-string "guix build tdlib-1.8.16"))) (telega-server-build "CC=gcc")) #+end_src From 9199532265e9f7d827d9a0367594330ee52d10d6 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Tue, 19 Sep 2023 16:03:56 +0300 Subject: [PATCH 2/2] feat(emacs): set tdlib to 1.8.16 --- .config/guix/manifests/emacs.scm | 2 +- .emacs.d/init.el | 2 +- Emacs.org | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/guix/manifests/emacs.scm b/.config/guix/manifests/emacs.scm index f04d26a..24e43ea 100644 --- a/.config/guix/manifests/emacs.scm +++ b/.config/guix/manifests/emacs.scm @@ -8,7 +8,7 @@ "imagemagick" "font-gnu-freefont" "font-gnu-unifont" - "tdlib-1.8.17" + "tdlib-1.8.16" "yt-dlp" "mpv" "whisper-cpp" diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4312700..3978453 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -6525,7 +6525,7 @@ base toot." (interactive) (setq telega-server-libs-prefix (string-trim - (shell-command-to-string "guix build tdlib-1.8.17"))) + (shell-command-to-string "guix build tdlib-1.8.16"))) (telega-server-build "CC=gcc")) (add-hook 'telega-load-hook #'telega-mode-line-mode) diff --git a/Emacs.org b/Emacs.org index 822256d..058c7c6 100644 --- a/Emacs.org +++ b/Emacs.org @@ -9009,7 +9009,7 @@ Or you can load up Element for a moment to see what the mention was, if that's e | Guix dependency | |-------------------| -| tdlib-1.8.17 | +| tdlib-1.8.16 | | font-gnu-unifont | | font-gnu-freefont |