gnu: tor: Update to 0.4.1.5.

* gnu/packages/tor.scm (tor): Update to 0.4.1.5.
master
Tobias Geerinckx-Rice 2019-08-20 22:34:09 +02:00
parent d371112bd0
commit 5485148c76
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -50,14 +50,14 @@
(define-public tor
(package
(name "tor")
(version "0.4.0.5")
(version "0.4.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"0vk9j3ybz5dwwbmqrdj1bjcsxy76pc8frmfvflkdzwfkvkqcp8mm"))))
"0984jb6hdcc10f7aq8xzl7l4jf93skp45wkv2v63z4zv0nvf0r58"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)