diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-11 22:08:31 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:48:00 +0000 |
commit | 8054e80da28d99b6b0711a641d82973e1a570dc7 (patch) | |
tree | c1448cc58def03fe204391791f7d3946eeb46f37 | |
parent | 8f03067db7b89745800212ac1cf4ab74e24e2fe6 (diff) |
gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel: Update to 0.0.0-20240711104640-e64b1b3562f3.
* gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel): Update to 0.0.0-20240711104640-e64b1b3562f3.
[propagated-inputs]: Add
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib.
Change-Id: Ib562ecabe5779af3050928fea3152da34f97ce45
-rw-r--r-- | gnu/packages/golang.scm | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 794791d204..709801a0a3 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1676,30 +1676,29 @@ incorporates ideas and concepts from Philipp Winter's ScrambleSuit protocol.") (license (list license:bsd-2 license:bsd-3)))) (define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel - (let ((commit "e64b1b3562f3ab50d06141ecd513a21ec74fe8c6") - (revision "0")) (package (name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel") - (version (git-version "0.0.0" revision commit)) + (version "0.0.0-20240711104640-e64b1b3562f3") (source (origin (method git-fetch) (uri (git-reference (url "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel") - (commit commit))) + (commit (go-version->git-ref version)))) (file-name (git-file-name name version)) (sha256 (base32 "0nvd0qp1mdy7w32arnkhghxm5k2g6gy33cxlarxc6vdm4yh6v5nv")))) (build-system go-build-system) (arguments - `(#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel" - #:test-subdirs '("."))) + `(#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel")) + (propagated-inputs + (list go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib)) (home-page "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel") (synopsis "Go WebTunnel Pluggable Transport") (description "WebTunnel is a Go Pluggable Transport that attempts to imitate web browsing activities based on HTTP Upgrade (HTTPT).") - (license license:bsd-2)))) + (license license:bsd-2))) (define-public go-github-com-apparentlymart-go-openvpn-mgmt (let ((commit "4d2ce95ae600ee04eeb020ee0997aabb82752210") |