gnu: ngtcp2: Update to 1.7.0.
* gnu/packages/networking.scm (ngtcp2)[version]: Update to 1.7.0. [source]: Use gzip archive. Change-Id: If4490a46c0ab551ded32aab962981c9fdb43ff94 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
52df4c47b2
commit
a579822d4c
@ -4613,15 +4613,15 @@ network.")
|
|||||||
(define-public ngtcp2
|
(define-public ngtcp2
|
||||||
(package
|
(package
|
||||||
(name "ngtcp2")
|
(name "ngtcp2")
|
||||||
(version "1.6.0")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ngtcp2/ngtcp2/"
|
(uri (string-append "https://github.com/ngtcp2/ngtcp2/"
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
"ngtcp2-" version ".tar.xz"))
|
"ngtcp2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fh2c0iafjihvg7cb2kkhxzs0gvlz4phczqil61ckhk9sd15lmrf"))))
|
(base32 "0r06ib077n4i7s5bfrdq2f2sh8jc2fck5k73wffsypk1k9fcpp2r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
Loading…
Reference in New Issue
Block a user