mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ngtcp2: Update to 1.9.0.
* gnu/packages/networking.scm (ngtcp2): Update to 1.9.0. Change-Id: Id6bb599b562fc0eb7c710397fd93855c77a026c5 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
e0a80084f7
commit
ab56bb4f66
1 changed files with 2 additions and 2 deletions
|
@ -4643,7 +4643,7 @@ network.")
|
||||||
(define-public ngtcp2
|
(define-public ngtcp2
|
||||||
(package
|
(package
|
||||||
(name "ngtcp2")
|
(name "ngtcp2")
|
||||||
(version "1.8.1")
|
(version "1.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4651,7 +4651,7 @@ network.")
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
"ngtcp2-" version ".tar.gz"))
|
"ngtcp2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vlc2xhvymnxgp4a12m4pja9z5ckzrqkv79z966bb3wva3949dbj"))))
|
(base32 "1nyaai8arhal8pi8yzw06kcq4c8bpqgz9mv9wd2897xgjrxmgrvb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue