GNU bug report logs -
#66905
[PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Fri, 3 Nov 2023 01:29:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#66905: [PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 66905 <at> debbugs.gnu.org.
--
66905: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66905
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 1 year and 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.