mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: tor: Update to 0.4.7.12.
* gnu/packages/tor.scm (tor): Update to 0.4.7.12.
This commit is contained in:
parent
3dde5f4df4
commit
3a96531664
1 changed files with 2 additions and 2 deletions
|
@ -61,14 +61,14 @@ (define-module (gnu packages tor)
|
|||
(define-public tor
|
||||
(package
|
||||
(name "tor")
|
||||
(version "0.4.7.11")
|
||||
(version "0.4.7.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dist.torproject.org/tor-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vhk5bingy0m70wri44jzynmw00as7b783jlq38mzg5xxnzayg6g"))))
|
||||
"15g3p42hnccpz8zyk4bi8pm9fnpi7qs19wr8s0dqary42abrcp9v"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue