From f6367b69bcc597cfec50bfc8e15d3e286dbd07c3 Mon Sep 17 00:00:00 2001 From: André Batista Date: Mon, 22 Apr 2024 17:42:01 -0300 Subject: gnu: tor: Update to 0.4.8.11. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/tor.scm (tor): Update to 0.4.8.11. Signed-off-by: Clément Lassieur Change-Id: I287b8201cffb3810be6a7bce0829534e2c0c9fa8 --- 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 4b356b6cc1..e0257658d9 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -63,14 +63,14 @@ (define-public tor (package (name "tor") - (version "0.4.8.10") + (version "0.4.8.11") (source (origin (method url-fetch) (uri (string-append "https://dist.torproject.org/tor-" version ".tar.gz")) (sha256 (base32 - "11is8rwa3654kv2z425chmv9ynip64lwy8svf4klgnqfnzxb8a76")))) + "01wf5h2vg2rxhxq4crzfxj1z4w4m2m760zda6l97i01kws8dyawg")))) (build-system gnu-build-system) (arguments (list #:configure-flags -- cgit v1.2.3 logtreecommitdiff
AgeCommit message (Expand)Author
2021-10-04ci: Allow manifests to contain any lowerable object....Ludovic Courtès
2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe
2021-05-25ci: Add derivation inputs....Mathieu Othacehe
2021-04-28ci: Add custom subset....Mathieu Othacehe
2021-04-28ci: Add arguments->systems procedure....Mathieu Othacehe
2021-04-28ci: Factorize image->job procedure....Mathieu Othacehe
2021-04-18ci: tarball: Use "current-guix" as profile name....Mathieu Othacehe
2021-04-12ci: Fix system-tests subset....Mathieu Othacehe
2021-04-08ci: Introduce new subsets....Mathieu Othacehe
2021-04-08ci: Remove the job period argument....Mathieu Othacehe
2021-03-23ci: %cross-targets: Add powerpc64le-linux-gnu....Chris Marusich
2021-03-23ci: Change manifest argument type....Mathieu Othacehe
2021-03-14ci: Support packages with multiple channels....Mathieu Othacehe
2021-03-14ci: Add channel subset support....Mathieu Othacehe
2021-03-10ci: Remove hydra support....Mathieu Othacehe
2021-01-31ci: Remove the package version from the job name....Mathieu Othacehe
2021-01-29ci: Raise max-silent-time to 3600....Mathieu Othacehe
2020-12-03ci: Build novena-barebones-raw-image....Danny Milosavljevic
2020-12-01Revert "ci: Temporarily disable image-jobs."...Mathieu Othacehe
2020-11-29ci: Temporarily disable image-jobs....Mathieu Othacehe
2020-11-25ci: Limit image and system tests jobs periodicity....Mathieu Othacehe
2020-11-20image: Add pinebook-pro support....Mathieu Othacehe
2020-11-02ci: Restore license handling....Mathieu Othacehe
2020-11-02ci: Convert license to text....Mathieu Othacehe
2020-11-02ci: Ignore package license....Mathieu Othacehe