python: setuptools: 41.0.0 -> 41.0.1
This commit is contained in:
parent
ee9b28dca9
commit
58dba9ee3e
@ -8,13 +8,13 @@
|
|||||||
# Should use buildPythonPackage here somehow
|
# Should use buildPythonPackage here somehow
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "setuptools";
|
pname = "setuptools";
|
||||||
version = "41.0.0";
|
version = "41.0.1";
|
||||||
name = "${python.libPrefix}-${pname}-${version}";
|
name = "${python.libPrefix}-${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "79d30254b6fe7a8e672e43cd85f13a9f3f2a50080bc81d851143e2219ef0dcb1";
|
sha256 = "a222d126f5471598053c9a77f4b5d4f26eaa1f150ad6e01dcf1a42e185d05613";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip wrapPython python.pythonForBuild ];
|
nativeBuildInputs = [ unzip wrapPython python.pythonForBuild ];
|
||||||
|
Loading…
Reference in New Issue
Block a user