guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/38: gnu: torsocks: Don't use NAME in source URI.


From: guix-commits
Subject: 02/38: gnu: torsocks: Don't use NAME in source URI.
Date: Fri, 8 Feb 2019 18:02:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d77ade87fe2bdf41627a3dc432150c64567df486
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 23 03:58:07 2018 +0100

    gnu: torsocks: Don't use NAME in source URI.
    
    * gnu/packages/tor.scm (torsocks)[source]: Hard-code name.
---
 gnu/packages/tor.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index db3e145..9b66437 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -95,7 +95,7 @@ the application layer) you need to install @code{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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]