From fa279b15bc424c98bbbaad83f91e3157245a9b69 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 10 Oct 2025 14:01:44 +0100 Subject: [PATCH] gnu: go-github-com-quic-go-webtransport-go: Update to 0.9.0. * gnu/packages/golang-web.scm (go-github-com-quic-go-webtransport-go): Update to 0.9.0. Change-Id: I6cdccb61db4fd9b51c9614df4d52f4fff0968e2f --- gnu/packages/golang-web.scm | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 0c65c30b3eed77e039ee5182cf8e58fb8cb78d4c..a51c558c56387f3b8a8a5b363053836939a772fb 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -9870,22 +9870,18 @@ protocol.") (license license:expat))) (define-public go-github-com-quic-go-webtransport-go - ;; XXX: The latest commits contains comparability with Go@1.24 and QUICK - ;; 0.48+, revert back to version tag when released. - (let ((commit "0a9e2ee55f751e48eb03c4675d873edff3b69c05") - (revision "0")) (package (name "go-github-com-quic-go-webtransport-go") - (version (git-version "0.8.0" revision commit)) + (version "0.9.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/quic-go/webtransport-go") - (commit commit))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "048qf7glv3zgz43qvi1smwsh1khhzyfrid6hp5dnp799p3s3vk13")))) + (base32 "061mr55dq80kf3422vfranqlfb0416vix3wl7rb78ndmrcgvmr86")))) (build-system go-build-system) (arguments (list @@ -9906,7 +9902,7 @@ protocol, based on @@url{https://github.com/quic-go/quic-go,quic-go}. It currently implements @@url{https://www.ietf.org/archive/id/draft-ietf-webtrans-http3-02.html,draft-02} of the specification.") - (license license:expat)))) + (license license:expat))) (define-public go-github-com-rcrowley-go-metrics (package