mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
gnu: ngtcp2: Update to 1.12.0.
* gnu/packages/networking.scm (ngtcp2): Update to 1.12.0. Change-Id: Ia2140bcbfa79a2eee2cc7c5428cd5a1b272cd2c6 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
a0941c14ef
commit
930a330c8a
1 changed files with 2 additions and 2 deletions
|
|
@ -4652,7 +4652,7 @@ network.")
|
|||
(define-public ngtcp2
|
||||
(package
|
||||
(name "ngtcp2")
|
||||
(version "1.11.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -4660,7 +4660,7 @@ network.")
|
|||
"releases/download/v" version "/"
|
||||
"ngtcp2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dp4r77sv70s62ihsqs6s1fdsp3mir8pjwhhw62j57mq0w6kkz21"))))
|
||||
(base32 "047glkg71rikj7s46jb9aaipqn13arzz0pvph5kg66f0pz4zb2n0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue