[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: tor: Update to 0.4.2.5.
From: |
guix-commits |
Subject: |
01/01: gnu: tor: Update to 0.4.2.5. |
Date: |
Mon, 9 Dec 2019 18:29:37 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 96e1866605f3e1dd94ec3aa3cd8c41af45589b64
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Dec 10 00:26:29 2019 +0100
gnu: tor: Update to 0.4.2.5.
* gnu/packages/tor.scm (tor): Update to 0.4.2.5.
---
gnu/packages/tor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index a82654b..19d4d67 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -50,14 +50,14 @@
(define-public tor
(package
(name "tor")
- (version "0.4.1.6")
+ (version "0.4.2.5")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "0wgdid8w7srd218hh4rwslzdx2ickxw1pg18p2wry1r6wi65521a"))))
+ "1hnqg6psf7shcmlvfk44mkpaz7v66mify3cnx7mzl23q5s37anad"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)