GNU bug report logs -
#78674
[PATCH] gnu: nghttp3: Update to 1.10.1.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Mon, 2 Jun 2025 18:48:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Full log
Message #11 received at 78674 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (nghttp3): Update to 1.10.1.
Change-Id: Ib249a3c559285931db8c43d345cdff461f5d494f
---
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 63daa59dbf..8807b6485e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8738,7 +8738,7 @@ (define-public nghttp2
(define-public nghttp3
(package
(name "nghttp3")
- (version "1.9.0")
+ (version "1.10.1")
(source
(origin
(method url-fetch)
@@ -8747,7 +8747,7 @@ (define-public nghttp3
"nghttp3-" version ".tar.gz"))
(sha256
(base32
- "1gai6j4nlp79gf9p8qsid27s9qjz6irf0pqykr1qhizsbngaviyv"))))
+ "18lik57yb3zc5g17s18ymd268p037wly0hgvw6n9h48l09jqqv68"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.49.0
This bug report was last modified 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.