Skip to content
Snippets Groups Projects
Unverified Commit 6a638349 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: tor: Update to 0.4.4.5.

* gnu/packages/tor.scm (tor): Update to 0.4.4.5.
parent 6564ffd7
No related branches found
No related tags found
No related merge requests found
......@@ -54,14 +54,14 @@ (define-module (gnu packages tor)
(define-public tor
(package
(name "tor")
(version "0.4.3.6")
(version "0.4.4.5")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"0qmcrkjip0ywq77232m73pjwqiaj0q2klwklqlpbw575shvhcbba"))))
"09lr6l98qmc69pzsi8r02z86v969dbfwjrwphfm3npknzq5a0p54"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment