mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: privoxy: Update to 3.0.28.
* gnu/packages/tor.scm (privoxy): Update to 3.0.28.
This commit is contained in:
parent
efff32452a
commit
be4f8391a4
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ (define-public torsocks
|
|||
(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 @@ (define-public privoxy
|
|||
version "-stable-src.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n4wpxmahl8m2y3d1azxa8lrdbpaad007k458skxrpz57ss1br2p"))))
|
||||
"0jl2yav1qzqnaqnnx8i6i53ayckkimcrs3l6ryvv7bda6v08rmxm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(;; The default 'sysconfdir' is $out/etc; change that to
|
||||
|
|
Loading…
Reference in a new issue