~ruther/guix-local

57f6e13168b862c9e227e20b3983117a6a932a94 — Tomas Volf 1 year, 5 months ago e032997
gnu: nghttp3: Update to 1.8.0.

* gnu/packages/web.scm (nghttp3): Update to 1.8.0.

Change-Id: I61eef674003772a62b3f28aebb006fd69a7e94dc
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +2 -2
@@ 8732,7 8732,7 @@ compressed JSON header blocks.
(define-public nghttp3
  (package
    (name "nghttp3")
    (version "1.7.0")
    (version "1.8.0")
    (source
     (origin
       (method url-fetch)


@@ 8741,7 8741,7 @@ compressed JSON header blocks.
                           "nghttp3-" version ".tar.gz"))
       (sha256
        (base32
         "09iv9n47kr7nfc4wmbv2nadv19sixf0f3z7w5pr6cfr64gn4d9br"))))
         "0gpnqibb1ndqq7yacl2f9d7iznfbzws71rza12kaf72shqvyn1zv"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))