[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: nghttp2: Update to 1.36.0.
From: |
guix-commits |
Subject: |
07/10: gnu: nghttp2: Update to 1.36.0. |
Date: |
Sun, 10 Feb 2019 15:19:57 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit e04780b836a42050097fd2593eae8f2d636f8af7
Author: Marius Bakke <address@hidden>
Date: Sun Feb 10 18:13:35 2019 +0100
gnu: nghttp2: Update to 1.36.0.
* gnu/packages/web.scm (nghttp2): Update to 1.36.0.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 129e886..b386c1d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6240,7 +6240,7 @@ derivation by David Revoy from the original MonsterID by
Andreas Gohr.")
(define-public nghttp2
(package
(name "nghttp2")
- (version "1.35.1")
+ (version "1.36.0")
(source
(origin
(method url-fetch)
@@ -6249,7 +6249,7 @@ derivation by David Revoy from the original MonsterID by
Andreas Gohr.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fi6qg2w82636wixwkqy7bclpgxslmvg82r431hs8h6aqc4mnzwv"))))
+ "1z47hadp5gpspfn41dj4mb0m5fzbkw1jw8sahjkabvc8gcaqdfz9"))))
(build-system gnu-build-system)
(outputs (list "out"
"lib")) ; only libnghttp2
- branch core-updates updated (0bba8a5 -> f9126dd), guix-commits, 2019/02/10
- 10/10: gnu: libidn2: Update to 2.1.1a., guix-commits, 2019/02/10
- 05/10: gnu: RHash: Update to 1.3.8., guix-commits, 2019/02/10
- 09/10: gnu: harfbuzz: Update to 2.3.1., guix-commits, 2019/02/10
- 08/10: gnu: graphite2: Update to 1.3.13., guix-commits, 2019/02/10
- 07/10: gnu: nghttp2: Update to 1.36.0.,
guix-commits <=
- 02/10: gnu: GnuTLS: Update to 3.6.6., guix-commits, 2019/02/10
- 03/10: gnu: OpenLDAP: Update to 2.4.47., guix-commits, 2019/02/10
- 04/10: gnu: libuv: Update to 1.26.0., guix-commits, 2019/02/10
- 06/10: gnu: nghttp2: Remove GCC7 workaround., guix-commits, 2019/02/10
- 01/10: Merge branch 'staging' into core-updates, guix-commits, 2019/02/10