diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 02:36:59 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:30 +0200 |
commit | 1d3aedf18c38203135de9c6621f3660f458dad3f (patch) | |
tree | 0431a802e0e691e03ee76226c48248496413c49f /gnu | |
parent | b148826f17b86ad2e5618e901f6da3a72da7a5fb (diff) | |
download | guix-1d3aedf18c38203135de9c6621f3660f458dad3f.tar.gz |
gnu: nghttp2: Update to 1.48.0.
* gnu/packages/web.scm (nghttp2): Update to 1.48.0.
Diffstat (limited to 'gnu')
-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 294d8f5ab3..edffcd6711 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -7486,7 +7486,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") (define-public nghttp2 (package (name "nghttp2") - (version "1.44.0") + (version "1.48.0") (source (origin (method url-fetch) @@ -7495,7 +7495,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") "nghttp2-" version ".tar.xz")) (sha256 (base32 - "0p9wvva4g8hwj55x19rbyvnq2dbsnf65rphhxnpqs7ll54xlg6an")))) + "1r0ns1r6g03wji273nk3bhrkmj1s3g5640yicqan5g7iwh7g7n27")))) (build-system gnu-build-system) (outputs (list "out" "lib")) ; only libnghttp2 |