[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/33: gnu: nghttp2: Update to 1.43.0.
From: |
guix-commits |
Subject: |
30/33: gnu: nghttp2: Update to 1.43.0. |
Date: |
Sun, 9 May 2021 17:50:16 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 9e729d9a2fa8f27157424f14b281ad31a1396a22
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 11:47:10 2021 +0200
gnu: nghttp2: Update to 1.43.0.
* gnu/packages/web.scm (nghttp2): Update to 1.43.0.
[native-inputs]: Add PYTHON.
---
gnu/packages/web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 17746d8..39aa38e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7602,7 +7602,7 @@ derivation by David Revoy from the original MonsterID by
Andreas Gohr.")
(define-public nghttp2
(package
(name "nghttp2")
- (version "1.41.0")
+ (version "1.43.0")
(source
(origin
(method url-fetch)
@@ -7611,7 +7611,7 @@ derivation by David Revoy from the original MonsterID by
Andreas Gohr.")
"nghttp2-" version ".tar.xz"))
(sha256
(base32
- "1hk77vngjmvvzb5y1gi1aqwf6qywrc7yak08zvzb7x81qs6mphmb"))))
+ "03vbl80rxjpzzvgxb53kah9r0dd2dw9i4im4bilrzlmfz2k4zmgp"))))
(build-system gnu-build-system)
(outputs (list "out"
"lib")) ; only libnghttp2
@@ -7620,6 +7620,7 @@ derivation by David Revoy from the original MonsterID by
Andreas Gohr.")
;; Required by tests.
("cunit" ,cunit)
+ ("python" ,python)
("tzdata" ,tzdata-for-tests)))
(inputs
;; Required to build the tools (i.e. without ‘--enable-lib-only’).
- 29/33: gnu: kmod: Update to 28., (continued)
- 29/33: gnu: kmod: Update to 28., guix-commits, 2021/05/09
- 15/33: gnu: bash: Update to 5.1.8., guix-commits, 2021/05/09
- 16/33: gnu: bison: Update to 3.7.6., guix-commits, 2021/05/09
- 19/33: gnu: libfaketime: Update to 0.9.9., guix-commits, 2021/05/09
- 20/33: gnu: icu4c: Update to 69.1., guix-commits, 2021/05/09
- 22/33: gnu: sqlite: Update to 3.35.5., guix-commits, 2021/05/09
- 23/33: gnu: util-linux: Update to 2.36.2., guix-commits, 2021/05/09
- 25/33: gnu: libgpg-error: Update to 1.42., guix-commits, 2021/05/09
- 26/33: gnu: libassuan: Update to 2.5.5., guix-commits, 2021/05/09
- 27/33: gnu: libksba: Update to 1.5.1., guix-commits, 2021/05/09
- 30/33: gnu: nghttp2: Update to 1.43.0.,
guix-commits <=
- 31/33: gnu: CMake: Update to 3.20.2., guix-commits, 2021/05/09
- 33/33: gnu: ghostscript: Update to 9.54.0., guix-commits, 2021/05/09
- 32/33: gnu: RHash: Update to 1.4.1., guix-commits, 2021/05/09