summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-05-02 14:00:21 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-04 16:25:53 +0200
commit45a3ad2ea6b902c7f154168fdfd834937af76183 (patch)
tree72438159197dfae7caff262fd869809442ebe5bc /gnu
parent63432c96473e689b9d01c366a507bec1f9e05f22 (diff)
downloadguix-patches-45a3ad2ea6b902c7f154168fdfd834937af76183.tar
guix-patches-45a3ad2ea6b902c7f154168fdfd834937af76183.tar.gz
gnu: nghttp2: Update to 1.38.0.
* gnu/packages/web.scm (nghttp2): Update to 1.38.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7c3744cc5b..6d591b88cb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6354,7 +6354,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.")
(define-public nghttp2
(package
(name "nghttp2")
- (version "1.37.0")
+ (version "1.38.0")
(source
(origin
(method url-fetch)
@@ -6363,7 +6363,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ds7ilgdsq1dykp285cxrl17xsgkxp0a2413wcgvkx0p9cb0n2da"))))
+ "1y47xsg7nbfwqx77rc5phi5rh6j8l1x3k9ig6yscchc2hmhwfxgg"))))
(build-system gnu-build-system)
(outputs (list "out"
"lib")) ; only libnghttp2