[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: tor: Update to 0.2.7.5.
From: |
Ludovic Courtès |
Subject: |
01/06: gnu: tor: Update to 0.2.7.5. |
Date: |
Fri, 27 Nov 2015 23:05:32 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 4331f558d788d901b2cb3667216ed29bc8d2800c
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 27 15:06:15 2015 +0100
gnu: tor: Update to 0.2.7.5.
* gnu/packages/tor.scm (tor): Update to 0.2.7.5.
---
gnu/packages/tor.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 3b057d4..e6e8876 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -36,14 +36,14 @@
(define-public tor
(package
(name "tor")
- (version "0.2.6.10")
+ (version "0.2.7.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.torproject.org/dist/tor-"
version ".tar.gz"))
(sha256
(base32
- "13ab4bqz19980q4qgmbr7ar4r9y70bmsfbw66y9n31ivwkpw0hh5"))))
+ "0pxayvcab4cb107ynbpzx4g0qyr1mjfba2an76wdx6dxn56rwakx"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2))) ; for tests
- branch master updated (ef8742e -> ae4427e), Ludovic Courtès, 2015/11/27
- 02/06: services: lsh: Correctly handle #:interfaces option., Ludovic Courtès, 2015/11/27
- 06/06: substitute: Warn upon store prefix mismatches., Ludovic Courtès, 2015/11/27
- 01/06: gnu: tor: Update to 0.2.7.5.,
Ludovic Courtès <=
- 03/06: services: Add 'tor-hidden-service'., Ludovic Courtès, 2015/11/27
- 04/06: services: tor: Write to syslog., Ludovic Courtès, 2015/11/27
- 05/06: services: tor: Store private data under /var/lib/tor., Ludovic Courtès, 2015/11/27