* [bug#72807] [PATCH] gnu: ngtcp2: Update to 1.7.0.
@ 2024-08-25 17:05 Tomas Volf
0 siblings, 0 replies; only message in thread
From: Tomas Volf @ 2024-08-25 17:05 UTC (permalink / raw)
To: 72807; +Cc: Tomas Volf
* 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-25 17:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-25 17:05 [bug#72807] [PATCH] gnu: ngtcp2: Update to 1.7.0 Tomas Volf
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.