all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 69227@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#69227] [PATCH] gnu: nghttp3: Update to 1.2.0.
Date: Sat, 17 Feb 2024 14:17:21 +0100	[thread overview]
Message-ID: <0f2f60b9eeb25c65bb4ceecbb40ddc7201629174.1708175841.git.~@wolfsden.cz> (raw)

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

Change-Id: I802c0b7f11155afd8ce3b37a7fac2106fe61ccb4
---
 gnu/packages/web.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 11bceb1da7..d729e9bdbf 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8231,7 +8231,7 @@ (define-public nghttp2-for-node
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
@@ -8240,12 +8240,10 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "1fzvadnwb03jlm180313gg5m4fg09qdcc67fwcfrv9zs22anaa55"))))
+         "0xfa3nbpv3d514ssjpxvizqmss8z330w9p0bp045w4qsyr1vkj8c"))))
     (build-system gnu-build-system)
     (native-inputs
-     (list pkg-config
-           ;; Required by tests.
-           cunit))
+     (list pkg-config))
     (arguments
      (list
       #:configure-flags

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
-- 
2.41.0





             reply	other threads:[~2024-02-18 19:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 13:17 Tomas Volf [this message]
2024-02-20 19:57 ` bug#69227: [PATCH] gnu: nghttp3: Update to 1.2.0 Jelle Licht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='0f2f60b9eeb25c65bb4ceecbb40ddc7201629174.1708175841.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=69227@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.