[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: privoxy: Update to 3.0.29.
From: |
guix-commits |
Subject: |
branch master updated: gnu: privoxy: Update to 3.0.29. |
Date: |
Sun, 29 Nov 2020 12:16:56 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b588bb0 gnu: privoxy: Update to 3.0.29.
b588bb0 is described below
commit b588bb07567a3085bfa304b266b5c140a3c7a910
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 17:57:52 2020 +0100
gnu: privoxy: Update to 3.0.29.
* gnu/packages/tor.scm (privoxy): Update to 3.0.29.
---
gnu/packages/tor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index f5f5fe7..6ab6464 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -155,7 +155,7 @@ rejects UDP traffic from the application you're using.")
(define-public privoxy
(package
(name "privoxy")
- (version "3.0.28")
+ (version "3.0.29")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "0jl2yav1qzqnaqnnx8i6i53ayckkimcrs3l6ryvv7bda6v08rmxm"))))
+ "17a8fbdyb0ixc0wwq68fg7xn7l6n7jq67njpq93psmxgzng0dii5"))))
(build-system gnu-build-system)
(arguments
'(;; The default 'sysconfdir' is $out/etc; change that to
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: privoxy: Update to 3.0.29.,
guix-commits <=