Hi, Z572 writes: > Tomas Volf <~@wolfsden.cz> writes: > >> * gnu/packages/networking.scm (ngtcp2): Update to 1.9.0. >> >> Change-Id: Id6bb599b562fc0eb7c710397fd93855c77a026c5 >> --- >> gnu/packages/networking.scm | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm >> index f0f0619161..23cf36006f 100644 >> --- a/gnu/packages/networking.scm >> +++ b/gnu/packages/networking.scm >> @@ -4643,7 +4643,7 @@ (define-public nbd >> (define-public ngtcp2 >> (package >> (name "ngtcp2") >> - (version "1.8.1") >> + (version "1.9.0") >> (source >> (origin >> (method url-fetch) >> @@ -4651,7 +4651,7 @@ (define-public ngtcp2 >> "releases/download/v" version "/" >> "ngtcp2-" version ".tar.gz")) > > Are you interested in trying to compile ngtcp2 from git next time? I prefer building it from the release archives. Upstream does not sign git commits, but the archives are signed via GPG. I prefer to have a signature to verify. Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.