diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-11 17:06:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-12 15:06:22 +0200 |
commit | 314dcec1c0833efdc02c78e54aec1c7d34f31904 (patch) | |
tree | 2cb321b751427bc52e2f9759559d8d6cb542302a /gnu/packages/web.scm | |
parent | 86c19ed94a4b1fea3de82ea6049dd94271449ce8 (diff) | |
download | guix-314dcec1c0833efdc02c78e54aec1c7d34f31904.tar guix-314dcec1c0833efdc02c78e54aec1c7d34f31904.tar.gz |
gnu: nghttp2: Update to 1.32.0.
* gnu/packages/web.scm (nghttp2): Update to 1.32.0.
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 cfc27cd118..fcfc9b0b90 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6341,7 +6341,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") (define-public nghttp2 (package (name "nghttp2") - (version "1.31.1") + (version "1.32.0") (source (origin (method url-fetch) @@ -6350,7 +6350,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") name "-" version ".tar.xz")) (sha256 (base32 - "00z1687m4wi2gbgkijbv099l9hs1sjlyzbhh8jhn0xssx4xcifb5")))) + "0zbgp8f80h2zlfn8cd2ldrmgl81jzcdh1141n71aqmfckzaqj2kh")))) (build-system gnu-build-system) (outputs (list "out" "lib")) ; only libnghttp2 |