mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: torsocks: Don't use NAME in source URI.
* gnu/packages/tor.scm (torsocks)[source]: Hard-code name.
This commit is contained in:
parent
c97a1c4297
commit
d77ade87fe
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ (define-public torsocks
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://people.torproject.org/~dgoulet/"
|
||||
name "/" name "-" version ".tar.xz"))
|
||||
"torsocks/torsocks-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0byr9ga9w79qz4vp0m11sbmspad7fsal9wm67r4znzb7zb7cis19"))))
|
||||
|
|
Loading…
Reference in a new issue