python: setuptools: 40.6.3 -> 40.8.0
This commit is contained in:
parent
3ef550b15c
commit
87ce3fa021
@ -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 = "40.6.3";
|
version = "40.8.0";
|
||||||
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 = "3b474dad69c49f0d2d86696b68105f3a6f195f7ab655af12ef9a9c326d2b08f8";
|
sha256 = "6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip wrapPython python.pythonForBuild ];
|
nativeBuildInputs = [ unzip wrapPython python.pythonForBuild ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user