mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450.
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20231031033204-8b0ac27fc450. [arguments]<#:go>: Use go-1.20. Change-Id: I8cee734d5582c99b7940591ba14fba927992a201 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
c5267d334a
commit
286639c9af
1 changed files with 4 additions and 3 deletions
|
@ -4540,7 +4540,7 @@ (define-public netdiscover
|
||||||
(define-public phantomsocks
|
(define-public phantomsocks
|
||||||
(package
|
(package
|
||||||
(name "phantomsocks")
|
(name "phantomsocks")
|
||||||
(version "0.0.0-20230829023258-013a0002abe2")
|
(version "0.0.0-20231031033204-8b0ac27fc450")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4549,10 +4549,11 @@ (define-public phantomsocks
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pqq4mh6dr7fb7i001wggwkxpvavxq0ps9h2cmm4gv8ygh4v6f10"))))
|
"1q4i8pgj6hzry9wzlczx729dmmgqdqfb26rfaim2ngmp1dyy9drl"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-source? #f
|
(list #:go go-1.20
|
||||||
|
#:install-source? #f
|
||||||
#:import-path "github.com/macronut/phantomsocks"
|
#:import-path "github.com/macronut/phantomsocks"
|
||||||
#:build-flags #~'("-tags" #$(if (target-linux?)
|
#:build-flags #~'("-tags" #$(if (target-linux?)
|
||||||
"rawsocket"
|
"rawsocket"
|
||||||
|
|
Loading…
Reference in a new issue