diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-11 22:04:05 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:48:00 +0000 |
commit | 1f8122036b63c00ab6541571ce2fa3c3522c19ee (patch) | |
tree | 8bd05ed5ad44c1763708aafa7a28802e774937f9 /gnu/packages/golang.scm | |
parent | 27ed8dc7fee9f18bec624849e22170f53807d2f4 (diff) |
gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird: Update to 0.5.0.
* gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird): Update to 0.5.0.
[arguments] <phases>: Remove 'substitutions.
[propagated-inputs]: Remove go-golang-org-x-text; add
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2.
Change-Id: I1cfe5a97a3a4749b13ee1eabc703ce351246ac6f
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index ea86052bd3..5a3fca001f 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1630,7 +1630,7 @@ translated keywords and acts.") (define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird (package (name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird") - (version "0.3.0") + (version "0.5.0") (source (origin (method git-fetch) (uri (git-reference @@ -1639,36 +1639,22 @@ translated keywords and acts.") (file-name (git-file-name name version)) (sha256 (base32 - "1bmljd81vc8b4kzmpgmx1n1vvjn5y1s2w01hjxwplmnchv9dndkl")))) + "1qk7npkj0a3a28rp38whl1jwjr0z0hdcsq5bgm8bl1fk9g6cqbnp")))) (build-system go-build-system) (arguments - `(#:unpack-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird" - #:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird" - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'substitutions - (lambda _ - (with-directory-excursion - "src/gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird" - (for-each - (lambda (file) - (substitute* file - (("edwards25519-extra.git") "edwards25519-extra"))) - (list "common/ntor/ntor_test.go" - "internal/x25519ell2/x25519ell2.go")) - (substitute* "internal/x25519ell2/x25519ell2.go" - (("gitlab.com/yawning/obfs4.git") - "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird")))))))) + (list + #:unpack-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird" + #:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird")) (propagated-inputs (list go-filippo-io-edwards25519 go-github-com-dchest-siphash go-github-com-refraction-networking-utls go-gitlab-com-yawning-edwards25519-extra go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib + go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2 go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel go-golang-org-x-crypto - go-golang-org-x-net - go-golang-org-x-text)) + go-golang-org-x-net)) (home-page "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird") (synopsis "Look-like nothing obfuscation protocol") (description "This is a look-like nothing obfuscation protocol that |