1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python.pkgs.bootstrapped-pip update setuptools 38.2.5 -> 38.4.0

This commit is contained in:
Frederik Rietdijk 2018-01-07 09:06:35 +01:00
parent f3878bb4c3
commit 87340d32bb

View file

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