gnu: privoxy: Update to 3.0.24.
* gnu/packages/tor.scm (privoxy): Update to 3.0.24.
This commit is contained in:
parent
be866fb13e
commit
6b6a62dd05
|
@ -104,7 +104,7 @@ rejects UDP traffic from the application you're using.")
|
||||||
(define-public privoxy
|
(define-public privoxy
|
||||||
(package
|
(package
|
||||||
(name "privoxy")
|
(name "privoxy")
|
||||||
(version "3.0.21")
|
(version "3.0.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/ijbswa/Sources/"
|
(uri (string-append "mirror://sourceforge/ijbswa/Sources/"
|
||||||
|
@ -112,7 +112,7 @@ rejects UDP traffic from the application you're using.")
|
||||||
version "-stable-src.tar.gz"))
|
version "-stable-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f6xb7aa47p90c26vqaw74y6drs9gpnhxsgby3mx0awdjh0ydisy"))))
|
"04mhkz5g713i2crvjd6s783hhrlsjjjlfb9llbaf13ghg3fgd0d3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; The default 'sysconfdir' is $out/etc; change that to
|
'(;; The default 'sysconfdir' is $out/etc; change that to
|
||||||
|
|
Loading…
Reference in New Issue