emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66905: closed ([PATCH] gnu: phantomsocks: Update to 0.0.0-2023103103


From: GNU bug Tracking System
Subject: bug#66905: closed ([PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450.)
Date: Sun, 05 Nov 2023 18:33:02 +0000

Your message dated Sun, 05 Nov 2023 18:31:24 +0000
with message-id <87zfzshx0y.fsf@cbaines.net>
and subject line Re: [bug#66905] [PATCH] gnu: phantomsocks: Update to 
0.0.0-20231031033204-8b0ac27fc450.
has caused the debbugs.gnu.org bug report #66905,
regarding [PATCH] gnu: phantomsocks: Update to 
0.0.0-20231031033204-8b0ac27fc450.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66905: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66905
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450. Date: Fri, 3 Nov 2023 09:27:56 +0800
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66905] [PATCH] gnu: phantomsocks: Update to 0.0.0-20231031033204-8b0ac27fc450. Date: Sun, 05 Nov 2023 18:31:24 +0000 User-agent: mu4e 1.10.7; emacs 29.1
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]