GNU bug report logs -
#71558
[PATCH] gnu: nghttp3: Update to 1.4.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Fri, 14 Jun 2024 17:23:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (nghttp3): Update to 1.4.0.
Change-Id: I429e79f96ca27635014cd3cda494fdb01078670a
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index edbe3bb927..b9991bb9c1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8456,7 +8456,7 @@ (define-public nghttp2-for-node
(define-public nghttp3
(package
(name "nghttp3")
- (version "1.3.0")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
@@ -8465,7 +8465,7 @@ (define-public nghttp3
"nghttp3-" version ".tar.gz"))
(sha256
(base32
- "0z973zfd309wir7qv9iqa9qp77zhcgvmiz3s1hmwmqmyf3vl06ic"))))
+ "13s0jhqbs86a91702j8ybh4h5l75k3mi8cwdiikd9b03n5rq19s3"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.45.1
This bug report was last modified 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.