mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: phantomsocks: Update to 0.0.0-20240729085950-7928f8eff406.
* gnu/packages/networking.scm (phantomsocks): Update to 0.0.0-20240729085950-7928f8eff406. Change-Id: If15b87551996f3b52548a5c18a0ff315ac9a2e72
This commit is contained in:
parent
0e21173e16
commit
e6415c3072
1 changed files with 2 additions and 2 deletions
|
@ -4851,7 +4851,7 @@ (define-public netdiscover
|
|||
(define-public phantomsocks
|
||||
(package
|
||||
(name "phantomsocks")
|
||||
(version "0.0.0-20240125140126-2576269ca69a")
|
||||
(version "0.0.0-20240729085950-7928f8eff406")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4860,7 +4860,7 @@ (define-public phantomsocks
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kbcr6580a9pi0a3wssnfr3mnxqq2k9w1fg4khikn82lqaljab2f"))))
|
||||
"1bx3ln650yrywrqpz78xphs141zfsg2h5cr8j9411ilifzr8r4ib"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:install-source? #f
|
||||
|
|
Loading…
Reference in a new issue