diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-01-08 04:20:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-01-08 04:21:52 +0100 |
commit | be4f8391a42c803978e8f6a1cb045b7c52531acb (patch) | |
tree | 25e678db0f64615ce62c0216600cdf8fa353df1d | |
parent | efff32452a050e2cd715c38717dd03cad5511bc0 (diff) | |
download | patches-be4f8391a42c803978e8f6a1cb045b7c52531acb.tar patches-be4f8391a42c803978e8f6a1cb045b7c52531acb.tar.gz |
gnu: privoxy: Update to 3.0.28.
* gnu/packages/tor.scm (privoxy): Update to 3.0.28.
-rw-r--r-- | gnu/packages/tor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 764ee52b0a..b8969bc158 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -125,7 +125,7 @@ rejects UDP traffic from the application you're using.") (define-public privoxy (package (name "privoxy") - (version "3.0.26") + (version "3.0.28") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/ijbswa/Sources/" @@ -133,7 +133,7 @@ rejects UDP traffic from the application you're using.") version "-stable-src.tar.gz")) (sha256 (base32 - "1n4wpxmahl8m2y3d1azxa8lrdbpaad007k458skxrpz57ss1br2p")))) + "0jl2yav1qzqnaqnnx8i6i53ayckkimcrs3l6ryvv7bda6v08rmxm")))) (build-system gnu-build-system) (arguments '(;; The default 'sysconfdir' is $out/etc; change that to |