diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-06 23:10:12 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-06 23:10:23 +0100 |
| commit | ef276105309901043be1bdb6c635e087448c0ea8 (patch) | |
| tree | 2950beaf0ea320a602a00d30376fd2ae7f088842 | |
| parent | 573c2cc7b7e058eaedd74b8719fefaede679b768 (diff) | |
gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2: Update to 2.14.1.
* gnu/packages/golang-web.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2): Update to 2.14.1.
[arguments]<#:test-flags>: Drop all.
| -rw-r--r-- | gnu/packages/golang-web.scm | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 1eb5c6759b1..ce468b31a86 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm | |||
| @@ -21885,13 +21885,7 @@ Go.") | |||
| 21885 | (package | 21885 | (package |
| 21886 | (name | 21886 | (name |
| 21887 | "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2") | 21887 | "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2") |
| 21888 | ;; XXX: For compatibility with github.com/pion/transport/v4, switch back | 21888 | (version "2.14.1") |
| 21889 | ;; to tag when released. | ||
| 21890 | (properties '((commit . "18dacf41dca88974be1d568d0bfd75b3f805f13b") | ||
| 21891 | (revision . "0"))) | ||
| 21892 | (version (git-version "2.11.0" | ||
| 21893 | (assoc-ref properties 'revision) | ||
| 21894 | (assoc-ref properties 'commit))) | ||
| 21895 | (source | 21889 | (source |
| 21896 | (origin | 21890 | (origin |
| 21897 | (method git-fetch) | 21891 | (method git-fetch) |
| @@ -21899,10 +21893,10 @@ Go.") | |||
| 21899 | (url (string-append | 21893 | (url (string-append |
| 21900 | "https://gitlab.torproject.org/tpo/anti-censorship" | 21894 | "https://gitlab.torproject.org/tpo/anti-censorship" |
| 21901 | "/pluggable-transports/snowflake")) | 21895 | "/pluggable-transports/snowflake")) |
| 21902 | (commit (assoc-ref properties 'commit)))) | 21896 | (commit (string-append "v" version)))) |
| 21903 | (file-name (git-file-name name version)) | 21897 | (file-name (git-file-name name version)) |
| 21904 | (sha256 | 21898 | (sha256 |
| 21905 | (base32 "1xvzvd4ddmvhbscqkc1jsvky2hlvxb8vckcwlng145l7dnq1wl57")) | 21899 | (base32 "0r83j8bqa28rf7vvxd95kqmmbypn0ay6966g8fw7d6wpzy87bx9j")) |
| 21906 | (modules '((guix build utils))) | 21900 | (modules '((guix build utils))) |
| 21907 | (snippet | 21901 | (snippet |
| 21908 | #~(begin | 21902 | #~(begin |
| @@ -21916,11 +21910,7 @@ Go.") | |||
| 21916 | ;; client and proxy. | 21910 | ;; client and proxy. |
| 21917 | #:skip-build? #t | 21911 | #:skip-build? #t |
| 21918 | #:import-path | 21912 | #:import-path |
| 21919 | "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2" | 21913 | "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2")) |
| 21920 | #:test-flags | ||
| 21921 | #~(list "-vet=off" ;Go@1.24 forces vet, but tests are not ready yet | ||
| 21922 | ;; panic: empty transcript [recovered] | ||
| 21923 | "-skip" "TestQueuePacketConnWriteToKCP"))) | ||
| 21924 | (native-inputs | 21914 | (native-inputs |
| 21925 | (list go-github-com-smartystreets-goconvey | 21915 | (list go-github-com-smartystreets-goconvey |
| 21926 | go-github-com-stretchr-testify)) | 21916 | go-github-com-stretchr-testify)) |
