diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-12 15:22:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-12 15:22:57 -0400 |
commit | a368663a567b5bcf25db207d03abae144cbc7493 (patch) | |
tree | e6d46e594cc947e9ad20e9f8c5df3a170d3b2f9d /gnu/packages/web.scm | |
parent | 4b20e079cb5792c50755ee4fde1142dbda5ce898 (diff) | |
parent | e90c5f35d14b4c956d4b1a39eac656ac6884c992 (diff) | |
download | patches-a368663a567b5bcf25db207d03abae144cbc7493.tar patches-a368663a567b5bcf25db207d03abae144cbc7493.tar.gz |
Merge branch 'master' into core-updates
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 9c2426c8ee..b8785ce861 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6355,7 +6355,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") (define-public nghttp2 (package (name "nghttp2") - (version "1.31.0") + (version "1.31.1") (source (origin (method url-fetch) @@ -6364,7 +6364,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") name "-" version ".tar.xz")) (sha256 (base32 - "1ivs74v9sa2sds3dq0s7vn9bkmhr2hgwyg1an1rah3agqwnkqmrn")))) + "00z1687m4wi2gbgkijbv099l9hs1sjlyzbhh8jhn0xssx4xcifb5")))) (build-system gnu-build-system) (outputs (list "out" "lib")) ; only libnghttp2 |