mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: tor: Update to 0.4.8.16.
* gnu/packages/tor.scm (tor): Update to 0.4.8.16. Change-Id: Ic769b6982ca22992b1120cf91c80c833dbf2b5d0 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
dcdcf541cb
commit
7e92c687c3
1 changed files with 2 additions and 2 deletions
|
|
@ -66,14 +66,14 @@
|
|||
(define-public tor
|
||||
(package
|
||||
(name "tor")
|
||||
(version "0.4.8.14")
|
||||
(version "0.4.8.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dist.torproject.org/tor-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"043dlq2b794ifr8ks1crrrcds53pc9567xsqp17ar6ids7gf2ish"))))
|
||||
"1jwhsg7w31y9chfzww7nnjjhyappgwxslc3msbkvh3qjg8vxsh35"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue