1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2: Update to 2-2.11.0-0.18dacf4.

* gnu/packages/golang-web.scm
(go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2):
Update to 18dacf41dca88974be1d568d0bfd75b3f805f13b commit.
[source] <snippet>: Use github.com/pion/transport/v4 to fix the build.
[propagated-inputs]: Remove go-github-com-pion-transport-v3 and
go-github-com-smartystreets-goconvey; add
go-github-com-clarkduvall-hyperloglog, go-github-com-pion-transport-v4,
and go-github-com-theodorsm-covert-dtls.
[native-inputs]: Add go-github-com-smartystreets-goconvey.

Change-Id: I870549d39f619f4bda1f41f650439a904b0bebe3
This commit is contained in:
Sharlatan Hellseher
2026-02-16 22:13:14 +00:00
parent 60e31b571c
commit e9e410bad1
+23 -9
View File
@@ -16013,18 +16013,30 @@ Go.")
(package (package
(name (name
"go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2") "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2")
(version "2.11.0") ;; XXX: For compatibility with github.com/pion/transport/v4, switch back
;; to tag when released.
(properties '((commit . "18dacf41dca88974be1d568d0bfd75b3f805f13b")
(revision . "0")))
(version (git-version "2.11.0"
(assoc-ref properties 'revision)
(assoc-ref properties 'commit)))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url (string-append (url (string-append
"https://gitlab.torproject.org/tpo/anti-censorship" "https://gitlab.torproject.org/tpo/anti-censorship"
"/pluggable-transports/snowflake")) "/pluggable-transports/snowflake"))
(commit (string-append "v" version)))) (commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0cy0q88bw14fwbyk0nrdc1g73g7623k337w4b9n7hln2jmis5wjm")))) (base32 "1xvzvd4ddmvhbscqkc1jsvky2hlvxb8vckcwlng145l7dnq1wl57"))
(modules '((guix build utils)))
(snippet
#~(begin
(substitute* (find-files "." "\\.go$")
(("github.com/pion/transport/v3")
"github.com/pion/transport/v4"))))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@@ -16038,24 +16050,26 @@ Go.")
;; panic: empty transcript [recovered] ;; panic: empty transcript [recovered]
"-skip" "TestQueuePacketConnWriteToKCP"))) "-skip" "TestQueuePacketConnWriteToKCP")))
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)) (list go-github-com-smartystreets-goconvey
go-github-com-stretchr-testify))
(propagated-inputs (propagated-inputs
(list go-github-com-aws-aws-sdk-go-v2 (list go-github-com-aws-aws-sdk-go-v2
go-github-com-aws-aws-sdk-go-v2-config go-github-com-aws-aws-sdk-go-v2-config
go-github-com-aws-aws-sdk-go-v2-credentials go-github-com-aws-aws-sdk-go-v2-credentials
go-github-com-aws-aws-sdk-go-v2-service-sqs go-github-com-aws-aws-sdk-go-v2-service-sqs
go-github-com-clarkduvall-hyperloglog
go-github-com-golang-mock go-github-com-golang-mock
go-github-com-gorilla-websocket go-github-com-gorilla-websocket
go-github-com-miekg-dns go-github-com-miekg-dns
go-github-com-pion-ice-v4 go-github-com-pion-ice-v4
go-github-com-pion-sdp-v3 go-github-com-pion-sdp-v3
go-github-com-pion-stun-v3 go-github-com-pion-stun-v3
go-github-com-pion-transport-v3 go-github-com-pion-transport-v4
go-github-com-pion-webrtc-v4 go-github-com-pion-webrtc-v4
go-github-com-prometheus-client-golang go-github-com-prometheus-client-golang
go-github-com-realclientip-realclientip-go go-github-com-realclientip-realclientip-go
go-github-com-refraction-networking-utls go-github-com-refraction-networking-utls
go-github-com-smartystreets-goconvey go-github-com-theodorsm-covert-dtls
go-github-com-txthinking-socks5 go-github-com-txthinking-socks5
go-github-com-xtaci-kcp-go-v5 go-github-com-xtaci-kcp-go-v5
go-github-com-xtaci-smux go-github-com-xtaci-smux