mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: nghttp2: Update to 1.48.0.
* gnu/packages/web.scm (nghttp2): Update to 1.48.0.
This commit is contained in:
parent
b148826f17
commit
1d3aedf18c
1 changed files with 2 additions and 2 deletions
|
@ -7486,7 +7486,7 @@ (define-public cat-avatar-generator
|
||||||
(define-public nghttp2
|
(define-public nghttp2
|
||||||
(package
|
(package
|
||||||
(name "nghttp2")
|
(name "nghttp2")
|
||||||
(version "1.44.0")
|
(version "1.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7495,7 +7495,7 @@ (define-public nghttp2
|
||||||
"nghttp2-" version ".tar.xz"))
|
"nghttp2-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p9wvva4g8hwj55x19rbyvnq2dbsnf65rphhxnpqs7ll54xlg6an"))))
|
"1r0ns1r6g03wji273nk3bhrkmj1s3g5640yicqan5g7iwh7g7n27"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs (list "out"
|
(outputs (list "out"
|
||||||
"lib")) ; only libnghttp2
|
"lib")) ; only libnghttp2
|
||||||
|
|
Loading…
Reference in a new issue