guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: privoxy: Update to 3.0.24.


From: Efraim Flashner
Subject: 03/03: gnu: privoxy: Update to 3.0.24.
Date: Sun, 24 Jan 2016 07:21:41 +0000

efraim pushed a commit to branch master
in repository guix.

commit 6b6a62dd057ac16b92dd4ec932ebcaf065a5b0d0
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 24 09:20:55 2016 +0200

    gnu: privoxy: Update to 3.0.24.
    
    * gnu/packages/tor.scm (privoxy): Update to 3.0.24.
---
 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 1a8198f..5fb8f95 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -104,7 +104,7 @@ rejects UDP traffic from the application you're using.")
 (define-public privoxy
   (package
     (name "privoxy")
-    (version "3.0.21")
+    (version "3.0.24")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/ijbswa/Sources/"
@@ -112,7 +112,7 @@ rejects UDP traffic from the application you're using.")
                                  version "-stable-src.tar.gz"))
              (sha256
               (base32
-               "1f6xb7aa47p90c26vqaw74y6drs9gpnhxsgby3mx0awdjh0ydisy"))))
+               "04mhkz5g713i2crvjd6s783hhrlsjjjlfb9llbaf13ghg3fgd0d3"))))
     (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]