* [bug#66905] [PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450.
@ 2023-11-03 1:27 Hilton Chain via Guix-patches via
2023-11-05 18:31 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-11-03 1:27 UTC (permalink / raw)
To: 66905; +Cc: Hilton Chain
* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20231031033204-8b0ac27fc450.
[arguments]<#:go>: Use go-1.20.
Change-Id: I8cee734d5582c99b7940591ba14fba927992a201
---
gnu/packages/networking.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 86309e4ab3..b0381515a5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4540,7 +4540,7 @@ (define-public netdiscover
(define-public phantomsocks
(package
(name "phantomsocks")
- (version "0.0.0-20230829023258-013a0002abe2")
+ (version "0.0.0-20231031033204-8b0ac27fc450")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4549,10 +4549,11 @@ (define-public phantomsocks
(file-name (git-file-name name version))
(sha256
(base32
- "0pqq4mh6dr7fb7i001wggwkxpvavxq0ps9h2cmm4gv8ygh4v6f10"))))
+ "1q4i8pgj6hzry9wzlczx729dmmgqdqfb26rfaim2ngmp1dyy9drl"))))
(build-system go-build-system)
(arguments
- (list #:install-source? #f
+ (list #:go go-1.20
+ #:install-source? #f
#:import-path "github.com/macronut/phantomsocks"
#:build-flags #~'("-tags" #$(if (target-linux?)
"rawsocket"
base-commit: 28ebbe2be8829a4767b9789c6353ad5e826d1164
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#66905] [PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450.
2023-11-03 1:27 [bug#66905] [PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450 Hilton Chain via Guix-patches via
@ 2023-11-05 18:31 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-05 18:31 UTC (permalink / raw)
To: Hilton Chain; +Cc: 66905-done, 66905
[-- Attachment #1: Type: text/plain, Size: 463 bytes --]
Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/networking.scm (phantomsocks): Update to
> 0.0.0-20231031033204-8b0ac27fc450.
> [arguments]<#:go>: Use go-1.20.
>
> Change-Id: I8cee734d5582c99b7940591ba14fba927992a201
> ---
> gnu/packages/networking.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
This looks good to me, I've pushed it to master as
286639c9af49dc56dce68a5483fd8ca3aeaecdb0.
Thanks,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-05 19:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 1:27 [bug#66905] [PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450 Hilton Chain via Guix-patches via
2023-11-05 18:31 ` Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.