guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ngtcp2: Update to 1.3.0.


From: guix-commits
Subject: 02/02: gnu: ngtcp2: Update to 1.3.0.
Date: Tue, 20 Feb 2024 14:54:51 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit e3c612a7de679c96b9eafdb0da500dcc18d9a101
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Sat Feb 17 14:23:02 2024 +0100

    gnu: ngtcp2: Update to 1.3.0.
    
    * gnu/packages/networking.scm (ngtcp2): Update to 1.3.0.
    [native-inputs]: Remove cunit.
    
    Change-Id: I5c1b411d4e7af0dc2bd33829b7c9ee1f2ac12a1e
    Signed-off-by: Jelle Licht <jlicht@fsfe.org>
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9b472500bc..fb13072f39 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4557,7 +4557,7 @@ network.")
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
@@ -4565,14 +4565,14 @@ network.")
                            "releases/download/v" version "/"
                            "ngtcp2-" version ".tar.xz"))
        (sha256
-        (base32 "158acn01df6sxqjqx4h948phpcgc2da88aiqn9p2jqgqph48brxh"))))
+        (base32 "16qkik9185ygkr351a7q59l1rv6dzw51j4f7vkzfvzh385kqdqy3"))))
     (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]