From 6ef91c8fc0798de87bc2fe3852f6dad5e6429cd4 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 23 Mar 2014 04:30:53 -0400 Subject: gnu: tor: Upgrade to 0.2.4.21. * gnu/packages/tor.scm (tor): Upgrade to 0.2.4.21. --- gnu/packages/tor.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 772b2a3c17..2b00197a03 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Ludovic Courtès +;;; Copyright © 2014 Mark H Weaver ;;; ;;; This file is part of GNU Guix. ;;; @@ -31,14 +32,14 @@ (define-public tor (package (name "tor") - (version "0.2.4.20") + (version "0.2.4.21") (source (origin (method url-fetch) (uri (string-append "https://www.torproject.org/dist/tor-" version ".tar.gz")) (sha256 (base32 - "17sd54pfz1w2x5bd0j83vac8d1lazy9wdm9liijqzyfbrd3igifc")))) + "1kpijqapml7y4sl54qgyrzppxxhmy4xgk2y7wkqwjxn7q24g97d1")))) (build-system gnu-build-system) (inputs `(("zlib" ,zlib) -- cgit v1.2.3 nu/packages/xorg.scm'>logtreecommitdiff
AgeCommit message (Expand)Author
2022-07-24gnu: console-setup: Use G-expressions....Tobias Geerinckx-Rice
2022-07-24gnu: console-setup: Clean up #:make-flags....Tobias Geerinckx-Rice
2022-07-24gnu: console-setup: Fix cross-compilation....Tobias Geerinckx-Rice
2022-07-24gnu: console-setup: Update to 1.209....Tobias Geerinckx-Rice
2022-07-14gnu: xorg-server: Update to 21.1.4 [fixes CVE-2022-2319, CVE-2022-2320]....Marius Bakke
2022-07-12gnu: inkscape: Rename variable to inkscape/stable and hide package....Maxim Cournoyer
2022-07-11gnu: xorg: Normalize whitespace between package definitions....Maxim Cournoyer
2022-07-11gnu: luit: Fix invalid locale.alias location....Maxim Cournoyer
2022-07-11gnu: luit: Fix indentation....Maxim Cournoyer
2022-07-11gnu: xwud: Update to 1.0.6....Efraim Flashner
2022-07-11gnu: xpr: Update to 1.1.0....Efraim Flashner
2022-07-11gnu: xfontsel: Update to 1.1.0....Efraim Flashner
2022-07-11gnu: xf86-video-mga: Update to 2.0.1....Efraim Flashner
2022-07-11gnu: xf86-video-cirrus: Update to 1.6.0....Efraim Flashner
2022-07-11gnu: xf86-input-synaptics: Update to 1.9.2....Efraim Flashner
2022-07-11gnu: xcmsdb: Update to 1.0.6....Efraim Flashner
2022-07-11gnu: xf86-video-mach64: Update to 6.9.7....Efraim Flashner