[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: tdlib: Update to commit with fixed formatted
From: |
guix-commits |
Subject: |
branch master updated: gnu: tdlib: Update to commit with fixed formatted_phone_number test. |
Date: |
Wed, 18 Jan 2023 23:36:38 -0500 |
This is an automated email from the git hooks/post-receive script.
abcdw pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 26bb41d6d5 gnu: tdlib: Update to commit with fixed
formatted_phone_number test.
26bb41d6d5 is described below
commit 26bb41d6d503a62e86b853774f6d8313abef2123
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Thu Jan 19 08:28:59 2023 +0400
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.
---
gnu/packages/messaging.scm | 4 ++--
1 file 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: tdlib: Update to commit with fixed formatted_phone_number test.,
guix-commits <=