python.pkgs.setuptools: 36.4.0/36.6.0 -> 36.7.1

This commit is contained in:
Frederik Rietdijk
2017-11-12 18:31:17 +01:00
parent 80329e7123
commit 24b7b3e49f
2 changed files with 4 additions and 4 deletions

View File

@@ -8,13 +8,13 @@
# Should use buildPythonPackage here somehow
stdenv.mkDerivation rec {
pname = "setuptools";
version = "36.6.0";
version = "36.7.1";
name = "${python.libPrefix}-${pname}-${version}";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "62074589522a798da243f47348f38020d55b6c945652e2f2c09d3a96299812b7";
sha256 = "543becf5d33d8989dc5222403997488e9dc3872bdecdabb0f57184ca253ec1e8";
};
buildInputs = [ python wrapPython unzip ];