diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-29 17:57:52 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-29 17:58:03 +0100 |
| commit | b588bb07567a3085bfa304b266b5c140a3c7a910 (patch) | |
| tree | 81ca4648a80c5d4e3570fb57a9ee78a49f084f38 | |
| parent | c1d6814b2290ba5581284e10f76c0d13a665f4d9 (diff) | |
gnu: privoxy: Update to 3.0.29.
* gnu/packages/tor.scm (privoxy): Update to 3.0.29.
| -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 f5f5fe73742..6ab64645b67 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm | |||
| @@ -155,7 +155,7 @@ rejects UDP traffic from the application you're using.") | |||
| 155 | (define-public privoxy | 155 | (define-public privoxy |
| 156 | (package | 156 | (package |
| 157 | (name "privoxy") | 157 | (name "privoxy") |
| 158 | (version "3.0.28") | 158 | (version "3.0.29") |
| 159 | (source (origin | 159 | (source (origin |
| 160 | (method url-fetch) | 160 | (method url-fetch) |
| 161 | (uri (string-append "mirror://sourceforge/ijbswa/Sources/" | 161 | (uri (string-append "mirror://sourceforge/ijbswa/Sources/" |
| @@ -163,7 +163,7 @@ rejects UDP traffic from the application you're using.") | |||
| 163 | version "-stable-src.tar.gz")) | 163 | version "-stable-src.tar.gz")) |
| 164 | (sha256 | 164 | (sha256 |
| 165 | (base32 | 165 | (base32 |
| 166 | "0jl2yav1qzqnaqnnx8i6i53ayckkimcrs3l6ryvv7bda6v08rmxm")))) | 166 | "17a8fbdyb0ixc0wwq68fg7xn7l6n7jq67njpq93psmxgzng0dii5")))) |
| 167 | (build-system gnu-build-system) | 167 | (build-system gnu-build-system) |
| 168 | (arguments | 168 | (arguments |
| 169 | '(;; The default 'sysconfdir' is $out/etc; change that to | 169 | '(;; The default 'sysconfdir' is $out/etc; change that to |
