guix-commits
[Top][All Lists]
Advanced

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

06/17: gnu: phantomsocks: Update to 0.0.0-20230405135900-a54ae9f3611e.


From: guix-commits
Subject: 06/17: gnu: phantomsocks: Update to 0.0.0-20230405135900-a54ae9f3611e.
Date: Mon, 12 Jun 2023 14:59:49 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 96e6cd6ae12ecf8c075a59fb3a68c799fb2647e1
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Jun 1 10:10:10 2023 +0800

    gnu: phantomsocks: Update to 0.0.0-20230405135900-a54ae9f3611e.
    
    * gnu/packages/networking.scm (phantomsocks): Update to
    0.0.0-20230405135900-a54ae9f3611e.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2055ed93c7..b0cdcdf6a3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4505,7 +4505,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-20230223180716-34d21f24a9eb")
+    (version "0.0.0-20230405135900-a54ae9f3611e")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4514,7 +4514,7 @@ on hub/switched networks.  It is based on @acronym{ARP} 
packets, it will send
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0zfkqiimqwg89njqm9qbwki3fgy0rqx8wr95hq813zk0rf3bj1ka"))))
+                "1qgv8dcrsyzjzppvdk0n5kkyaypcjm1hcn9lb29ahvbhm70cpm6a"))))
     (build-system go-build-system)
     (arguments
      (list #:install-source? #f



reply via email to

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