mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tor: Update to 0.4.8.14.
* gnu/packages/tor.scm (tor): Update to 0.4.8.14. Change-Id: I40fbe5b019c03f420b51932e32838bc0a7cf823d Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
533eca65d0
commit
72f77b43ba
1 changed files with 2 additions and 2 deletions
|
@ -66,14 +66,14 @@
|
|||
(define-public tor
|
||||
(package
|
||||
(name "tor")
|
||||
(version "0.4.8.13")
|
||||
(version "0.4.8.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dist.torproject.org/tor-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a5sdx70fanhghlzcal6csyc4xzbwr322mys88whp0m2hz1jdbwv"))))
|
||||
"043dlq2b794ifr8ks1crrrcds53pc9567xsqp17ar6ids7gf2ish"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue