Archived
1
0
Fork 0

gnu: privoxy: Update to 3.0.29.

* gnu/packages/tor.scm (privoxy): Update to 3.0.29.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-29 17:57:52 +01:00
parent c1d6814b22
commit b588bb0756
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -155,7 +155,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.28") (version "3.0.29")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/ijbswa/Sources/" (uri (string-append "mirror://sourceforge/ijbswa/Sources/"
@ -163,7 +163,7 @@ rejects UDP traffic from the application you're using.")
version "-stable-src.tar.gz")) version "-stable-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"0jl2yav1qzqnaqnnx8i6i53ayckkimcrs3l6ryvv7bda6v08rmxm")))) "17a8fbdyb0ixc0wwq68fg7xn7l6n7jq67njpq93psmxgzng0dii5"))))
(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