python: setuptools: 38.2.5 -> 38.4.0
This commit is contained in:
parent
4fbd01c5c1
commit
3726bbc262
@ -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 = "38.2.5";
|
version = "38.4.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 = "b080f276cc868670540b2c03cee06cc14d2faf9da7bec0f15058d1b402c94507";
|
sha256 = "6501fc32f505ec5b3ed36ec65ba48f1b975f52cf2ea101c7b73a08583fd12f75";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python wrapPython unzip ];
|
buildInputs = [ python wrapPython unzip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user