mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: phantomsocks: Update to 0.0.0-20230223180716-34d21f24a9eb.
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20230223180716-34d21f24a9eb. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
cf59f6bb3b
commit
8065e7fff3
1 changed files with 2 additions and 2 deletions
|
@ -4507,7 +4507,7 @@ (define-public netdiscover
|
|||
(define-public phantomsocks
|
||||
(package
|
||||
(name "phantomsocks")
|
||||
(version "0.0.0-20221222155609-14291e2c889e")
|
||||
(version "0.0.0-20230223180716-34d21f24a9eb")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4516,7 +4516,7 @@ (define-public phantomsocks
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13lllmh46xwns5ksqqdkl2p7vvnbzkzb6va005nk37bx6c4x2ixp"))))
|
||||
"0zfkqiimqwg89njqm9qbwki3fgy0rqx8wr95hq813zk0rf3bj1ka"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:install-source? #f
|
||||
|
|
Loading…
Reference in a new issue