summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-18 17:48:43 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-18 17:49:31 +0100
commit4de63cf3fc0a831d75cb507456821104f24800c2 (patch)
tree4501976df289a25b2751fdf8e2e25b52c441122f
parent61d399c5fb2c50c7a0f34b8000c03ad1f0f44082 (diff)
downloadpatches-4de63cf3fc0a831d75cb507456821104f24800c2.tar
patches-4de63cf3fc0a831d75cb507456821104f24800c2.tar.gz
gnu: tor: Update to 0.4.2.7.
* gnu/packages/tor.scm (tor): Update to 0.4.2.7.
-rw-r--r--gnu/packages/tor.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index d0b8dd6af4..61e52ba22c 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018, 2019 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
@@ -50,14 +50,14 @@
(define-public tor
(package
(name "tor")
- (version "0.4.2.6")
+ (version "0.4.2.7")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "1i766s211nrbjvwvkd2375mjsbbc28yrg46564rbx6w46cj10005"))))
+ "0v82ngwwmmcb7i9563bgsmrjy6xp83xyhqhaljygd0pkvlsxi886"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)