GNU bug report logs -
#72806
[PATCH] gnu: nghttp3: Update to 1.5.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 25 Aug 2024 17:05:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/web.scm (nghttp3): Update to 1.5.0.
Change-Id: Ic43e41bf5335267c9a669425e37b62ff369e466b
---
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 9d889b4ae7..9ddcdd3b44 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8481,7 +8481,7 @@ (define-public nghttp2-for-node
(define-public nghttp3
(package
(name "nghttp3")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
@@ -8490,7 +8490,7 @@ (define-public nghttp3
"nghttp3-" version ".tar.gz"))
(sha256
(base32
- "13s0jhqbs86a91702j8ybh4h5l75k3mi8cwdiikd9b03n5rq19s3"))))
+ "08zzwn40kr632wab2vr4cjy4l1yycphfdql1kdkv0bkxhr48mmhk"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
base-commit: 40e7b0191e84f463a3790bf9410ebcbe1cbeab9c
--
2.45.2
This bug report was last modified 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.