[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: ngtcp2: Update to 1.10.0.
From: |
guix-commits |
Subject: |
04/13: gnu: ngtcp2: Update to 1.10.0. |
Date: |
Wed, 25 Dec 2024 17:53:34 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 1a58482a2153d053be11114bc5b737164f7bbf46
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Thu Dec 19 17:47:00 2024 +0100
gnu: ngtcp2: Update to 1.10.0.
* gnu/packages/networking.scm (ngtcp2): Update to 1.10.0.
Change-Id: Icd7911e4658950dcaa8f5a4257f1d40605833144
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 6a4fe4dd45..a1445d6397 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4643,7 +4643,7 @@ network.")
(define-public ngtcp2
(package
(name "ngtcp2")
- (version "1.9.1")
+ (version "1.10.0")
(source
(origin
(method url-fetch)
@@ -4651,7 +4651,7 @@ network.")
"releases/download/v" version "/"
"ngtcp2-" version ".tar.gz"))
(sha256
- (base32 "1hw2wmkp3z0p64gv4zgcrjkspb9wrdqyjymc93c4992skn9br3hd"))))
+ (base32 "1g4mic08g7qjqlxjm1bvpmd7nj5pjfpwafj4r8rgj8h2cnc9gir4"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (097fb030f6 -> e16cdcf37d), guix-commits, 2024/12/25
- 07/13: git: Remove Guile-Git < 0.4.0 compatibility fallback., guix-commits, 2024/12/25
- 05/13: gnu: nghttp3: Update to 1.7.0., guix-commits, 2024/12/25
- 04/13: gnu: ngtcp2: Update to 1.10.0.,
guix-commits <=
- 02/13: gnu: mygnuhealth: Update to 2.2.1., guix-commits, 2024/12/25
- 03/13: gnu: nano: Update to 8.3., guix-commits, 2024/12/25
- 01/13: services: syslog: fix configuration file argument, guix-commits, 2024/12/25
- 09/13: guix download: Honor ‘--no-check-certificate’ for ‘--git’., guix-commits, 2024/12/25
- 10/13: channels: Add #:verify-certificate? and honor it., guix-commits, 2024/12/25
- 11/13: pull: Add ‘--no-check-certificate’., guix-commits, 2024/12/25
- 06/13: services: rootless-podman: Fix PATH lookup for Shepherd services., guix-commits, 2024/12/25
- 08/13: git: Allow X.509 certificate verification to be disabled., guix-commits, 2024/12/25
- 12/13: inferior: Add #:verify-certificate? to ‘cached-channel-instance’., guix-commits, 2024/12/25
- 13/13: time-machine: Add ‘--no-check-certificate’., guix-commits, 2024/12/25