mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01: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 @@ the application layer) you need to install @code{torsocks}.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://people.torproject.org/~dgoulet/"
|
(uri (string-append "https://people.torproject.org/~dgoulet/"
|
||||||
name "/" name "-" version ".tar.xz"))
|
"torsocks/torsocks-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0byr9ga9w79qz4vp0m11sbmspad7fsal9wm67r4znzb7zb7cis19"))))
|
"0byr9ga9w79qz4vp0m11sbmspad7fsal9wm67r4znzb7zb7cis19"))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue