gnu: proxychains-ng: Update to 4.16.
* gnu/packages/networking.scm (proxychains-ng): Update to 4.16.master
parent
3a44c8204b
commit
adf5ae5a41
|
@ -2298,14 +2298,14 @@ libproxy only have to specify which proxy to use.")
|
||||||
(define-public proxychains-ng
|
(define-public proxychains-ng
|
||||||
(package
|
(package
|
||||||
(name "proxychains-ng")
|
(name "proxychains-ng")
|
||||||
(version "4.15")
|
(version "4.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
|
(uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
|
||||||
"proxychains-ng-" version ".tar.xz"))
|
"proxychains-ng-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10ch6rmbw2lwrq1bc9w4glxkws7hvsy5ihasvzf3yg053xzsn1rj"))))
|
(base32 "04k80jbv1wcr7ccsa0qyly33syw275kvkvzyihwwqmsqk4yria9p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
|
|
Reference in New Issue