gnu: tdlib: Update to 1.7.0.

* gnu/packages/messaging.scm (tdlib): Update to 1.7.0.
This commit is contained in:
Brett Gilio 2020-12-02 18:12:56 -06:00
parent 3526028223
commit 71cb686a02
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -2287,20 +2287,17 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
(let ((commit "f45d80fe16f99d112d545b7cd74ce46342fe3437")
(revision "0")
(version "1.6.6"))
(package
(name "tdlib")
(version (git-version version revision commit))
(version "1.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tdlib/td")
(commit commit)))
(commit (string-append "v" version))))
(sha256
(base32
"1q8zw26mqhpdzvqbgc7fmn8rzwm5amb8m7s6impin4342wj7h6nr"))
"0dfir57ljcn98mkg061c5642qb93wh2lm1n4nngpl3na9vvfk75i"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@ -2331,7 +2328,7 @@ (define-public tdlib
from almost any programming language with a C-FFI and features first-class
support for high performance Telegram Bot creation.")
(home-page "https://core.telegram.org/tdlib")
(license license:boost1.0))))
(license license:boost1.0)))
(define-public purple-mm-sms
(package