diff --git a/.config/guix/manifests/emacs.scm b/.config/guix/manifests/emacs.scm index d2344e6..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.15" + "tdlib-1.8.16" "yt-dlp" "mpv" "whisper-cpp" diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e717dae..a998096 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -6532,7 +6532,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.16"))) (telega-server-build "CC=gcc")) (add-hook 'telega-load-hook #'telega-mode-line-mode) diff --git a/Emacs.org b/Emacs.org index dd851c1..2b85b55 100644 --- a/Emacs.org +++ b/Emacs.org @@ -9020,7 +9020,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.16 | | font-gnu-unifont | | font-gnu-freefont | @@ -9061,7 +9061,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