guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: privoxy: Update to 3.0.34.


From: guix-commits
Subject: 05/05: gnu: privoxy: Update to 3.0.34.
Date: Fri, 7 Jul 2023 11:45:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3e9915724718948f0d74d83aaac1b3c8061c26d2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200

    gnu: privoxy: Update to 3.0.34.
    
    * gnu/packages/tor.scm (privoxy): Update to 3.0.34.
---
 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 9e26753857..8ae2118188 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -201,7 +201,7 @@ traffic from the application you're using.")
 (define-public privoxy
   (package
     (name "privoxy")
-    (version "3.0.33")
+    (version "3.0.34")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/ijbswa/Sources/"
@@ -209,7 +209,7 @@ traffic from the application you're using.")
                                  version "-stable-src.tar.gz"))
              (sha256
               (base32
-               "1bhzi2ddv3g1z9h7lhxy7p0wibqg4m5nh46ikldmcqdc1pkh9c84"))))
+               "0b2x7hm34fbqaxb46afpx6bnc3x76d753y2p8rmn2kkgcnhvrk76"))))
     (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]