guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: proxychains-ng: Update to 4.14.


From: guix-commits
Subject: 06/07: gnu: proxychains-ng: Update to 4.14.
Date: Mon, 18 Mar 2019 17:18:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 223ef546df8e1c4cd110c508075dd7be655aadbb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 22:01:14 2019 +0100

    gnu: proxychains-ng: Update to 4.14.
    
    * gnu/packages/networking.scm (proxychains-ng): Update to 4.14.
---
 gnu/packages/networking.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 52fd5f0..7320560 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1163,18 +1163,17 @@ libproxy only have to specify which proxy to use.")
 (define-public proxychains-ng
   (package
     (name "proxychains-ng")
-    (version "4.13")
+    (version "4.14")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/";
                            "proxychains-ng-" version ".tar.xz"))
        (sha256
-        (base32
-         "0418fv8hgf43rzrxxlybg49jz2h6w8inndhb6v1184k4cwzjnl3p"))))
+        (base32 "1bmhfbl1bzc87vl0xwr1wh5xvslfyc41nl2hqzhbj258p0sy004x"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; there are no tests
+     `(#:tests? #f                      ; there are no tests
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-configure-script



reply via email to

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