[PATCH] gnu: nghttp3: Update to 1.11.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

T
T
Tomas Volf wrote on 10 Aug 07:12 -0700
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
999f18e91680c0337e28b596e9f3459cd2bdd565.1754835145.git.~@wolfsden.cz
* gnu/packages/web.scm (nghttp3): Update to 1.11.0.

Change-Id: I2da8fa864e2f1e8ad82b7fbca3aa2a79365d3d17
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 8a0d2daf5a..93e91e75ef 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8874,7 +8874,7 @@ (define-public nghttp2
(define-public nghttp3
(package
(name "nghttp3")
- (version "1.10.1")
+ (version "1.11.0")
(source
(origin
(method url-fetch)
@@ -8883,7 +8883,7 @@ (define-public nghttp3
"nghttp3-" version ".tar.gz"))
(sha256
(base32
- "18lik57yb3zc5g17s18ymd268p037wly0hgvw6n9h48l09jqqv68"))))
+ "04ds0h2ppajx9brafd9rx4k9jsqm6cb0qjkj2lvpps1d5bd0pliw"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.50.1
A
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 79211@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 79211
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch