gnu: proxychains-ng: Update to 4.12.

* gnu/packages/networking.scm (proxychains-ng): Update to 4.12.
master
Tobias Geerinckx-Rice 2017-01-16 15:11:33 +01:00
parent 718c12786b
commit cdb93e50ea
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 3 additions and 3 deletions

View File

@ -879,15 +879,15 @@ sockets in Perl.")
(define-public proxychains-ng (define-public proxychains-ng
(package (package
(name "proxychains-ng") (name "proxychains-ng")
(version "4.11") (version "4.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/rofl0r/" name "/releases/" (uri (string-append "https://github.com/rofl0r/" name "/releases/"
"download/v" version "/" name "-" version "download/v" version "/" name "-" version
".tar.bz2")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1dkncdzw852488gkh5zhn4b5i03qyj8rgh1wcvcva7yd12c19i6w")))) "0kiss3ih6cwayzvqi5cx4kw4vh7r2kfxlbgk56v1f1066ncm8aj8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests