gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83.

* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20230811053544-53b995bdab83.
[propagated-inputs]: Move go-github-com-google-gopacket and
go-github-com-macronut-go-tproxy to...
[inputs]: ...here.
This commit is contained in:
Hilton Chain 2023-08-13 10:16:39 +08:00
parent 0ba7debb02
commit 493e9c2f54
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -4502,7 +4502,7 @@ on hub/switched networks. It is based on @acronym{ARP} packets, it will send
(define-public phantomsocks (define-public phantomsocks
(package (package
(name "phantomsocks") (name "phantomsocks")
(version "0.0.0-20230405135900-a54ae9f3611e") (version "0.0.0-20230811053544-53b995bdab83")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -4511,7 +4511,7 @@ on hub/switched networks. It is based on @acronym{ARP} packets, it will send
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1qgv8dcrsyzjzppvdk0n5kkyaypcjm1hcn9lb29ahvbhm70cpm6a")))) "1jc9qldi4f9s6n4ggaphyilxjymrz95hwd060jhj260x2hkdywl9"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:install-source? #f (list #:install-source? #f
@ -4519,13 +4519,12 @@ on hub/switched networks. It is based on @acronym{ARP} packets, it will send
#:build-flags #~'("-tags" #$(if (target-linux?) #:build-flags #~'("-tags" #$(if (target-linux?)
"rawsocket" "rawsocket"
"pcap")))) "pcap"))))
(propagated-inputs
(list go-github-com-google-gopacket
go-github-com-macronut-go-tproxy))
(inputs (inputs
(if (target-linux?) (append (if (target-linux?)
'() '()
(list libpcap))) (list libpcap))
(list go-github-com-google-gopacket
go-github-com-macronut-go-tproxy)))
(home-page "https://github.com/macronut/phantomsocks") (home-page "https://github.com/macronut/phantomsocks")
(synopsis "Internet censorship circumvention tool") (synopsis "Internet censorship circumvention tool")
(description (description