forked from mirrors/nixpkgs
pythonPackages.setuptools: 40.8.0 -> 41.0.0
This commit is contained in:
parent
cf0c369739
commit
7629c4f9dc
|
@ -8,13 +8,13 @@
|
|||
# Should use buildPythonPackage here somehow
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "setuptools";
|
||||
version = "40.8.0";
|
||||
version = "41.0.0";
|
||||
name = "${python.libPrefix}-${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d";
|
||||
sha256 = "79d30254b6fe7a8e672e43cd85f13a9f3f2a50080bc81d851143e2219ef0dcb1";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip wrapPython python.pythonForBuild ];
|
||||
|
|
Loading…
Reference in a new issue