me
/
guix
Archived
1
0
Fork 0

gnu: tor: Update to 0.4.8.7.

* gnu/packages/tor.scm (tor): Update to 0.4.8.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
André Batista 2023-10-10 12:56:43 -03:00 committed by Ludovic Courtès
parent 04215779ba
commit 1f6babf0c4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -63,14 +63,14 @@
(define-public tor (define-public tor
(package (package
(name "tor") (name "tor")
(version "0.4.8.6") (version "0.4.8.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-" (uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"122h6l3nh8xrpzkmn4alsbz30jw8nxivwnhgnp97qv7nr9gqjbam")))) "14blalf96240dg6crpmgyf2bdcj109dyx47h0w6a0a6vfjf2n3dj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags