mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 11:43:03 +03:00
tdlib: update
This commit is contained in:
parent
c642a2e8c5
commit
9ed64d6bc6
1 changed files with 5 additions and 5 deletions
10
tdlib.scm
10
tdlib.scm
|
|
@ -5,18 +5,18 @@
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix git-download))
|
#:use-module (guix git-download))
|
||||||
|
|
||||||
(define-public tdlib-1.8.13
|
(define-public tdlib-1.8.14
|
||||||
(package
|
(package
|
||||||
(inherit tdlib)
|
(inherit tdlib)
|
||||||
(name "tdlib-1.8.13")
|
(name "tdlib-1.8.14")
|
||||||
(version "1.8.13")
|
(version "1.8.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tdlib/td")
|
(url "https://github.com/tdlib/td")
|
||||||
(commit "c95598e5e1493881d31211c1329bdbe4630f6136")))
|
(commit "66234ae2537a99ec0eaf7b0857245a6e5c2d2bc9")))
|
||||||
(file-name (git-file-name "tdlib" version))
|
(file-name (git-file-name "tdlib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h435zh4wylzvxd6chzjawa9zibmnnza8nf01zqbaywfg17vpcbp"))))
|
"0lv19vpgv8nqzxmsgnmbg32zjkarqngh8cjhxc3hy3jj74cwkil5"))))
|
||||||
(arguments '(#:tests? #f))))
|
(arguments '(#:tests? #f))))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue