python.pkgs.bootstrapped-pip: setuptools 38.4.0 -> 38.4.1

This commit is contained in:
Frederik Rietdijk 2018-02-26 19:06:01 +01:00
parent 50c978fae0
commit 55ef50c257

View file

@ -9,9 +9,9 @@ let
};
setuptools_source = fetchPypi {
pname = "setuptools";
version = "38.4.0";
version = "38.4.1";
format = "wheel";
sha256 = "155c2ec9fdcc00c3973d966b416e1cf3a1e7ce75f4c09fb760b23f94b935926e";
sha256 = "22f8bcff5ce7fd1867785701769eaba42b79331d0abf890974a9288787dc015b";
};
# TODO: Shouldn't be necessary anymore for pip > 9.0.1!