guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83.


From: guix-commits
Subject: 05/06: gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83.
Date: Sun, 27 Aug 2023 00:35:33 -0400 (EDT)

hako pushed a commit to branch master
in repository guix.

commit 493e9c2f5433d76f6b8aa65e3cf481c1385f8ff7
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Aug 13 10:16:39 2023 +0800

    gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83.
    
    * gnu/packages/networking.scm (phantomsocks): Update to
    0.0.0-20230811053544-53b995bdab83.
    [propagated-inputs]: Move go-github-com-google-gopacket and
    go-github-com-macronut-go-tproxy to...
    [inputs]: ...here.
---
 gnu/packages/networking.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 04461fec2d..c683ac6117 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4502,7 +4502,7 @@ on hub/switched networks.  It is based on @acronym{ARP} 
packets, it will send
 (define-public phantomsocks
   (package
     (name "phantomsocks")
-    (version "0.0.0-20230405135900-a54ae9f3611e")
+    (version "0.0.0-20230811053544-53b995bdab83")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4511,7 +4511,7 @@ on hub/switched networks.  It is based on @acronym{ARP} 
packets, it will send
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qgv8dcrsyzjzppvdk0n5kkyaypcjm1hcn9lb29ahvbhm70cpm6a"))))
+                "1jc9qldi4f9s6n4ggaphyilxjymrz95hwd060jhj260x2hkdywl9"))))
     (build-system go-build-system)
     (arguments
      (list #:install-source? #f
@@ -4519,13 +4519,12 @@ on hub/switched networks.  It is based on @acronym{ARP} 
packets, it will send
            #:build-flags #~'("-tags" #$(if (target-linux?)
                                            "rawsocket"
                                            "pcap"))))
-    (propagated-inputs
-     (list go-github-com-google-gopacket
-           go-github-com-macronut-go-tproxy))
     (inputs
-     (if (target-linux?)
-         '()
-         (list libpcap)))
+     (append (if (target-linux?)
+                 '()
+                 (list libpcap))
+             (list go-github-com-google-gopacket
+                   go-github-com-macronut-go-tproxy)))
     (home-page "https://github.com/macronut/phantomsocks";)
     (synopsis "Internet censorship circumvention tool")
     (description



reply via email to

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