summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-07-19 13:58:48 +0200
committerMarius Bakke <marius@gnu.org>2021-07-23 17:26:45 +0200
commitb373d17e432a47db8a406ce59e50c5983821573e (patch)
tree09cfb3f41be3a7cd414978aee7e24440723a164f
parent21e75f5188991fa80bb22af800831a0c8c04d6e4 (diff)
downloadguix-patches-b373d17e432a47db8a406ce59e50c5983821573e.tar
guix-patches-b373d17e432a47db8a406ce59e50c5983821573e.tar.gz
gnu: nghttp2: Update to 1.44.0.
* gnu/packages/web.scm (nghttp2): Update to 1.44.0.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 60417e1892..aac6a407ee 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7607,7 +7607,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.")
(define-public nghttp2
(package
(name "nghttp2")
- (version "1.43.0")
+ (version "1.44.0")
(source
(origin
(method url-fetch)
@@ -7616,7 +7616,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.")
"nghttp2-" version ".tar.xz"))
(sha256
(base32
- "03vbl80rxjpzzvgxb53kah9r0dd2dw9i4im4bilrzlmfz2k4zmgp"))))
+ "0p9wvva4g8hwj55x19rbyvnq2dbsnf65rphhxnpqs7ll54xlg6an"))))
(build-system gnu-build-system)
(outputs (list "out"
"lib")) ; only libnghttp2