mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
8221cb6d2a
commit
26bb41d6d5
1 changed files with 2 additions and 2 deletions
|
@ -2676,9 +2676,9 @@ (define-public tdlib
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue