diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-13 12:14:27 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:48 +0200 |
commit | a07ad089d27c90641e3461b1fbb8c79355d4422e (patch) | |
tree | a79d36703d3bbf856a64b3440c775ccf925a9429 | |
parent | 6d187d0016cc9b78b333bb799b7647e82798413c (diff) |
gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2: Update to 2.11.0.
* gnu/packages/golang-web.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2): Update to 2.11.0.
[propagated-inputs]: Remove go-github-com-pion-ice-v2, go-github-com-pion-transport-v2,
go-github-com-pion-webrtc-v3, and go-github-com-stretchr-testify; add
go-github-com-pion-ice-v4, go-github-com-pion-transport-v3, and
go-github-com-pion-webrtc-v4.
[native-inputs]: Remove go-github-com-golang-mock.
Change-Id: I389b847bf786c253faceb6ee09d62a3c836ed579
-rw-r--r-- | gnu/packages/golang-web.scm | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 397fe14a59..80c2232358 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -11305,7 +11305,7 @@ Go.") (package (name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2") - (version "2.10.1") + (version "2.11.0") (source (origin (method git-fetch) @@ -11316,20 +11316,20 @@ Go.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "14ypgzj6c6vjw9s85wf2vdfa9l06iandx7gz90i3w6r65q2cp6vj")))) + (base32 "0cy0q88bw14fwbyk0nrdc1g73g7623k337w4b9n7hln2jmis5wjm")))) (build-system go-build-system) (arguments (list #:go go-1.23 - ;; Project provides a Go library and also CLI builds. + ;; TODO: Project provides a Go library and also CLI builds for service, + ;; client and proxy. #:skip-build? #t #:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2" ;; panic: empty transcript [recovered] #:test-flags #~(list "-skip" "TestQueuePacketConnWriteToKCP"))) (native-inputs - (list go-github-com-golang-mock - go-github-com-stretchr-testify)) + (list go-github-com-stretchr-testify)) (propagated-inputs (list go-github-com-aws-aws-sdk-go-v2 go-github-com-aws-aws-sdk-go-v2-config @@ -11338,16 +11338,15 @@ Go.") go-github-com-golang-mock go-github-com-gorilla-websocket go-github-com-miekg-dns - go-github-com-pion-ice-v2 + go-github-com-pion-ice-v4 go-github-com-pion-sdp-v3 go-github-com-pion-stun-v3 - go-github-com-pion-transport-v2 - go-github-com-pion-webrtc-v3 + go-github-com-pion-transport-v3 + go-github-com-pion-webrtc-v4 go-github-com-prometheus-client-golang go-github-com-realclientip-realclientip-go go-github-com-refraction-networking-utls go-github-com-smartystreets-goconvey - go-github-com-stretchr-testify go-github-com-txthinking-socks5 go-github-com-xtaci-kcp-go-v5 go-github-com-xtaci-smux |