diff options
author | Andrew Tropin <andrew@trop.in> | 2023-01-19 08:28:59 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-01-19 08:33:44 +0400 |
commit | 26bb41d6d503a62e86b853774f6d8313abef2123 (patch) | |
tree | d121a86a4bc33b1812d3fb3fa61dd7bd1cf87cce /gnu/packages/messaging.scm | |
parent | 8221cb6d2ae5624829bf514d25ae234c073e35d5 (diff) | |
download | guix-26bb41d6d503a62e86b853774f6d8313abef2123.tar guix-26bb41d6d503a62e86b853774f6d8313abef2123.tar.gz |
gnu: tdlib: Update to commit with fixed formatted_phone_number test.
The previously used commit was failing against formatted_phone_number test,
the 8ceeb39f5d51b49045b001b04f6f660c04f76698 has a fix for it. The last
commit containing the fix and passing tdlib's CI was picked.
* gnu/packages/messaging.scm (tdlib): Update to commit with fixed
formatted_phone_number test.
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index d4def0d742..56a8a5716a 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2676,9 +2676,9 @@ replacement.") (method git-fetch) (uri (git-reference (url "https://github.com/tdlib/td") - (commit "c8acf63e02e84f9c5053a4cef253a219dfbe870c"))) + (commit "ef4c3902fe082b83192d578af7a0bb956a917fed"))) (sha256 - (base32 "17dkav9mjgmv844zlil8fq3m1pf221b3jv30cq1s1iw6k5k02371")) + (base32 "1pi53v8qjl0lzann99pv90i4qx2lbjz10rvnwzkbqbn932y3j3gg")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments |