[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: tor: Update to 0.4.8.7.
From: |
guix-commits |
Subject: |
06/09: gnu: tor: Update to 0.4.8.7. |
Date: |
Tue, 24 Oct 2023 12:10:54 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1f6babf0c4932b6978249e618bf6d9ec3566b8be
Author: André Batista <nandre@riseup.net>
AuthorDate: Tue Oct 10 12:56:43 2023 -0300
gnu: tor: Update to 0.4.8.7.
* gnu/packages/tor.scm (tor): Update to 0.4.8.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 1eb62a950e..562054ede4 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.6")
+ (version "0.4.8.7")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "122h6l3nh8xrpzkmn4alsbz30jw8nxivwnhgnp97qv7nr9gqjbam"))))
+ "14blalf96240dg6crpmgyf2bdcj109dyx47h0w6a0a6vfjf2n3dj"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
- branch master updated (d22d2a05c3 -> f3714b3d5f), guix-commits, 2023/10/24
- 03/09: doc: cookbook: Suggest ‘guix shell’ as an alternative to multiple profiles., guix-commits, 2023/10/24
- 06/09: gnu: tor: Update to 0.4.8.7.,
guix-commits <=
- 02/09: doc: Mention Guix Home in “Getting Started”., guix-commits, 2023/10/24
- 04/09: doc: cookbook: Add cross references to the manual regarding manifests., guix-commits, 2023/10/24
- 01/09: doc: Move “System Troubleshooting Tips” below., guix-commits, 2023/10/24
- 05/09: gnu: guile-simple-zmq: Update to d25d186., guix-commits, 2023/10/24
- 08/09: gnu: go-ipfs: Update to 0.15.0., guix-commits, 2023/10/24
- 07/09: gnu: Deprecate the "go-ipfs" variable., guix-commits, 2023/10/24
- 09/09: gnu: Add emacs-pacfiles-mode., guix-commits, 2023/10/24