[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: proxychains-ng: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
05/07: gnu: proxychains-ng: Don't use NAME in source URI. |
Date: |
Mon, 18 Mar 2019 17:17:59 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 110387f894d25803f8d1cf799df4b6ca4667adbe
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Mar 18 22:01:10 2019 +0100
gnu: proxychains-ng: Don't use NAME in source URI.
* gnu/packages/networking.scm (proxychains-ng)[source]: Hard-code NAME.
---
gnu/packages/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ecfd373..52fd5f0 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1168,7 +1168,7 @@ libproxy only have to specify which proxy to use.")
(origin
(method url-fetch)
(uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
- name "-" version ".tar.xz"))
+ "proxychains-ng-" version ".tar.xz"))
(sha256
(base32
"0418fv8hgf43rzrxxlybg49jz2h6w8inndhb6v1184k4cwzjnl3p"))))
- branch master updated (6e42cef -> 01d7caf), guix-commits, 2019/03/18
- 01/07: gnu: gnuplot: Update to 5.2.6., guix-commits, 2019/03/18
- 06/07: gnu: proxychains-ng: Update to 4.14., guix-commits, 2019/03/18
- 02/07: gnu: bitlbee-discord: Don't use unstable tarball., guix-commits, 2019/03/18
- 04/07: gnu: petsc: Update to 3.10.4., guix-commits, 2019/03/18
- 03/07: gnu: bitlbee-discord: Update to 0.4.2., guix-commits, 2019/03/18
- 07/07: gnu: bwm-ng: Update to 0.6.2., guix-commits, 2019/03/18
- 05/07: gnu: proxychains-ng: Don't use NAME in source URI.,
guix-commits <=