all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 69200@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#69200] [PATCH] gnu: ngtcp2: Update to 1.3.0.
Date: Sat, 17 Feb 2024 14:23:02 +0100	[thread overview]
Message-ID: <5713fd0203f2b3db3b100d1f251f51664a5a81c3.1708176182.git.~@wolfsden.cz> (raw)

* gnu/packages/networking.scm (ngtcp2): Update to 1.3.0.

Change-Id: I5c1b411d4e7af0dc2bd33829b7c9ee1f2ac12a1e
---
 gnu/packages/networking.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9b472500bc..962db33981 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4557,22 +4557,22 @@ (define-public nbd
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/ngtcp2/ngtcp2/"
                            "releases/download/v" version "/"
-                           "ngtcp2-" version ".tar.xz"))
+                           "ngtcp2-" version ".tar.gz"))
        (sha256
-        (base32 "158acn01df6sxqjqx4h948phpcgc2da88aiqn9p2jqgqph48brxh"))))
+        (base32 "1r63sg4hfrg2fs8ny2h2n0pkbn7wlf8bl47qiy80yfm82nn48hkx"))))
     (build-system gnu-build-system)
     (arguments
      (list
       #:configure-flags
       ;; openssl package does not support QUIC interface, so just gnutls
       #~(list "--with-gnutls")))
-    (native-inputs (list cunit pkg-config))
+    (native-inputs (list pkg-config))
     (inputs (list gnutls))
     (home-page "https://nghttp2.org/ngtcp2/")
     (synopsis "QUIC protocol implementation")

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
-- 
2.41.0





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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 13:23 Tomas Volf [this message]
2024-02-20 19:58 ` bug#69200: [PATCH] gnu: ngtcp2: Update to 1.3.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='5713fd0203f2b3db3b100d1f251f51664a5a81c3.1708176182.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=69200@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.