guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: proxychains-ng: Update to 4.16.


From: guix-commits
Subject: 13/13: gnu: proxychains-ng: Update to 4.16.
Date: Mon, 23 May 2022 19:12:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit adf5ae5a412ed13302186dd4ce8e2df783d4515d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:07 2022 +0200

    gnu: proxychains-ng: Update to 4.16.
    
    * gnu/packages/networking.scm (proxychains-ng): Update to 4.16.
---
 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 caca79f5c0..9bd9500638 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2298,14 +2298,14 @@ libproxy only have to specify which proxy to use.")
 (define-public proxychains-ng
   (package
     (name "proxychains-ng")
-    (version "4.15")
+    (version "4.16")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/";
                            "proxychains-ng-" version ".tar.xz"))
        (sha256
-        (base32 "10ch6rmbw2lwrq1bc9w4glxkws7hvsy5ihasvzf3yg053xzsn1rj"))))
+        (base32 "04k80jbv1wcr7ccsa0qyly33syw275kvkvzyihwwqmsqk4yria9p"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

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