mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tdlib: Update to 1.7.10.
* gnu/packages/messaging.scm (tdlib): Update to 1.7.10. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ebff268bfc
commit
649ab3fe2d
1 changed files with 40 additions and 39 deletions
|
@ -2655,17 +2655,18 @@ replacement.")
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public tdlib
|
||||
(let ((commit "34ba9b21f365b8d3bdc36808c2d665ca5cd128f6"))
|
||||
(package
|
||||
(name "tdlib")
|
||||
(version "1.7.0")
|
||||
(source (origin
|
||||
(version "1.7.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tdlib/td")
|
||||
(commit (string-append "v" version))))
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0dfir57ljcn98mkg061c5642qb93wh2lm1n4nngpl3na9vvfk75i"))
|
||||
(base32 "06fbdh1jypz0p1rf6xbpias4kx7xplq9xjd9vz177vwj9icq3wki"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
@ -2696,7 +2697,7 @@ Telegram clients following the official Telegram API. It can be easily used
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue