summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorSergey Trofimov <sarg@sarg.org.ru>2023-11-05 17:30:26 +0100
committerAndrew Tropin <andrew@trop.in>2023-11-07 21:06:10 +0400
commitd01a1380930cce8e2e1667e3570cda554216bee1 (patch)
tree9f680a6ab958c2a208761c1b3c5a62eee8a82c1c /gnu
parent220759226e93d76d8d80058f69f9d8b29714bbde (diff)
downloadguix-d01a1380930cce8e2e1667e3570cda554216bee1.tar.gz
gnu: tdlib: Update to 1.8.20.
* gnu/packages/messaging.scm (tdlib): Update to 1.8.20.

Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/messaging.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c669b6f139..1c5bc4bbd7 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2636,11 +2636,11 @@ replacement.")
     (license license:gpl2+)))
 
 (define-public tdlib
-  (let ((commit "4d1d22d6f477d61f6ff2b8f6e49de1847092c5b4")
+  (let ((commit "4ed0b23c9c99868ab4d2d28e8ff244687f7b3144")
         (revision "0"))
     (package
       (name "tdlib")
-      (version (git-version "1.8.16" revision commit))
+      (version (git-version "1.8.20" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -2648,7 +2648,7 @@ replacement.")
                (url "https://github.com/tdlib/td")
                (commit commit)))
          (sha256
-          (base32 "0nv921k795kq0l993rxzd5pm5v3l3mnwbaxb7d7d0m0506l4w9fk"))
+          (base32 "16kprlcnphi89yfwgnlaxjwwb1xx24az8xd710rx8cslb4zv00qw"))
          (file-name (git-file-name name version))))
       (build-system cmake-build-system)
       (arguments