mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: tor: Update to 0.4.7.11.
* gnu/packages/tor.scm (tor): Update to 0.4.7.11.
This commit is contained in:
parent
3e3f3a332d
commit
70df5c47a8
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.10")
|
||||
(version "0.4.7.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dist.torproject.org/tor-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nss8g6hx42nqiir6l03dj15r433fvygq9r00nmnv8wylpgmczk4"))))
|
||||
"0vhk5bingy0m70wri44jzynmw00as7b783jlq38mzg5xxnzayg6g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue