python.pkgs.bootstrapped-pip: wheel 0.31.0 -> 0.31.1

This commit is contained in:
Frederik Rietdijk 2018-05-28 14:23:05 +02:00
parent 832a5d3e31
commit 0b9ec1e629

View file

@ -3,9 +3,9 @@
let
wheel_source = fetchPypi {
pname = "wheel";
version = "0.31.0";
version = "0.31.1";
format = "wheel";
sha256 = "9cdc8ab2cc9c3c2e2727a4b67c22881dbb0e1c503d592992594c5e131c867107";
sha256 = "80044e51ec5bbf6c894ba0bc48d26a8c20a9ba629f4ca19ea26ecfcf87685f5f";
};
setuptools_source = fetchPypi {
pname = "setuptools";