Python: use PyPI mirror (#15001)
* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
This commit is contained in:
committed by
Domen Kožar
parent
ae8a3a14f0
commit
d5e6a4494a
@@ -6,7 +6,7 @@ buildPythonPackage rec {
|
||||
name = "tables-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/t/tables/${name}.tar.gz";
|
||||
url = "mirror://pypi/t/tables/${name}.tar.gz";
|
||||
sha256 = "3564b351a71ec1737b503b001eb7ceae1f65d5d6e3ffe1ea75aafba10f37fa84";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user