gnu: tor: Update to 0.4.5.6.

* gnu/packages/tor.scm (tor): Update to 0.4.5.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-15 20:00:07 +01:00
parent 3775eb7fc4
commit d1f94000bc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -54,14 +54,14 @@ (define-module (gnu packages tor)
(define-public tor
(package
(name "tor")
(version "0.4.4.7")
(version "0.4.5.6")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"1vh5kdx7s74il8a6gr7jydbpv0an01nla4y2r8w7h33z2wk2jv9j"))))
"0cz78pjw2bc3kl3ziip1nhhbq89crv315rf1my3zmmgd9xws7jr2"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags