diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-29 12:52:19 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-30 20:43:03 +0200 |
commit | f0cf6b5a3206673e3622e6b8d233a159ea10be96 (patch) | |
tree | f807b3dac65b786aa5969a4732e218558a21c7da /gnu/packages/web.scm | |
parent | 0877f66987a6f7d8dc7f3e7381d520a14f4fda5e (diff) | |
download | guix-f0cf6b5a3206673e3622e6b8d233a159ea10be96.tar.gz |
gnu: nghttp2: Update to 1.49.0.
* gnu/packages/web.scm (nghttp2): Update to 1.49.0. * gnu/packages/curl.scm (curl)[source](patches): Add compatibility patch. * gnu/packages/patches/curl-nghttp2-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 7f0f265217..2004182c17 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -7493,7 +7493,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") (define-public nghttp2 (package (name "nghttp2") - (version "1.48.0") + (version "1.49.0") (source (origin (method url-fetch) @@ -7502,7 +7502,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") "nghttp2-" version ".tar.xz")) (sha256 (base32 - "1r0ns1r6g03wji273nk3bhrkmj1s3g5640yicqan5g7iwh7g7n27")))) + "0vm692c7q2wc4xxz8c41nr8jps2fkwf51xp8fb233cghpf9d9kxh")))) (build-system gnu-build-system) (outputs (list "out" "lib")) ; only libnghttp2 |