diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 05:16:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 15:52:57 +0100 |
commit | b01a1b34f2345e66e2ba4b647fca75e7951567d6 (patch) | |
tree | b943766430788d5430a3875f22f741ab4c945578 | |
parent | 6fda93e6c8aa25c2b482a0502be9d39335ed2172 (diff) | |
download | guix-b01a1b34f2345e66e2ba4b647fca75e7951567d6.tar guix-b01a1b34f2345e66e2ba4b647fca75e7951567d6.tar.gz |
gnu: nghttp2: Update to 1.31.0.
* gnu/packages/web.scm (nghttp2): Update to 1.31.0.
-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 f9b7e3f70f..760f4ef2ab 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6350,7 +6350,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") (define-public nghttp2 (package (name "nghttp2") - (version "1.30.0") + (version "1.31.0") (source (origin (method url-fetch) @@ -6359,7 +6359,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") name "-" version ".tar.xz")) (sha256 (base32 - "1b2j7il0wp8hi4jl3cah7fkshmg29cchdski9cw74gx5496gp6h8")))) + "1ivs74v9sa2sds3dq0s7vn9bkmhr2hgwyg1an1rah3agqwnkqmrn")))) (build-system gnu-build-system) (outputs (list "out" "lib")) ; only libnghttp2 |