guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: privoxy: Update to 3.0.28.


From: guix-commits
Subject: 01/02: gnu: privoxy: Update to 3.0.28.
Date: Mon, 7 Jan 2019 22:54:44 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit be4f8391a42c803978e8f6a1cb045b7c52531acb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 8 04:20:38 2019 +0100

    gnu: privoxy: Update to 3.0.28.
    
    * gnu/packages/tor.scm (privoxy): Update to 3.0.28.
---
 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 764ee52..b8969bc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]