[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: tor: Update to 0.4.1.6.
From: |
guix-commits |
Subject: |
01/01: gnu: tor: Update to 0.4.1.6. |
Date: |
Thu, 19 Sep 2019 13:43:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 664aa1844cae6e5175ace879301cd81b83c8cc89
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Sep 19 16:19:09 2019 +0200
gnu: tor: Update to 0.4.1.6.
* gnu/packages/tor.scm (tor): Update to 0.4.1.6.
---
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 2e8e48c..27090c1 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.5")
+ (version "0.4.1.6")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "0984jb6hdcc10f7aq8xzl7l4jf93skp45wkv2v63z4zv0nvf0r58"))))
+ "0wgdid8w7srd218hh4rwslzdx2ickxw1pg18p2wry1r6wi65521a"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)