diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-10 14:01:44 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-21 09:42:20 +0100 |
| commit | fa279b15bc424c98bbbaad83f91e3157245a9b69 (patch) | |
| tree | 24f26ff14c3752507f533b3ba6c832bb000d944f /gnu | |
| parent | b034aa8743268e9e644e0549059e6ad745892c30 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-web.scm | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 0c65c30b3ee..a51c558c563 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 |
