GNU bug report logs -
#72807
[PATCH] gnu: ngtcp2: Update to 1.7.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 25 Aug 2024 17:08:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/networking.scm (ngtcp2)[version]: Update to 1.7.0.
[source]: Use gzip archive.
Change-Id: If4490a46c0ab551ded32aab962981c9fdb43ff94
---
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 e5559ff46c..d8fc8cdc46 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4598,15 +4598,15 @@ (define-public nbd
(define-public ngtcp2
(package
(name "ngtcp2")
- (version "1.6.0")
+ (version "1.7.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 "0fh2c0iafjihvg7cb2kkhxzs0gvlz4phczqil61ckhk9sd15lmrf"))))
+ (base32 "0r06ib077n4i7s5bfrdq2f2sh8jc2fck5k73wffsypk1k9fcpp2r"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 40e7b0191e84f463a3790bf9410ebcbe1cbeab9c
prerequisite-patch-id: 8885db1bb74a5215fba3ccc7c7b200b6b008497e
--
2.45.2
This bug report was last modified 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.