3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: nghttp2: Update to 1.43.0.

* gnu/packages/web.scm (nghttp2): Update to 1.43.0.
[native-inputs]: Add PYTHON.
This commit is contained in:
Marius Bakke 2021-05-09 11:47:10 +02:00
parent 307522fde4
commit 9e729d9a2f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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).