python.pkgs.bootstrapped-pip: wheel 0.31.0 -> 0.31.1
This commit is contained in:
parent
832a5d3e31
commit
0b9ec1e629
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
let
|
let
|
||||||
wheel_source = fetchPypi {
|
wheel_source = fetchPypi {
|
||||||
pname = "wheel";
|
pname = "wheel";
|
||||||
version = "0.31.0";
|
version = "0.31.1";
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
sha256 = "9cdc8ab2cc9c3c2e2727a4b67c22881dbb0e1c503d592992594c5e131c867107";
|
sha256 = "80044e51ec5bbf6c894ba0bc48d26a8c20a9ba629f4ca19ea26ecfcf87685f5f";
|
||||||
};
|
};
|
||||||
setuptools_source = fetchPypi {
|
setuptools_source = fetchPypi {
|
||||||
pname = "setuptools";
|
pname = "setuptools";
|
||||||
|
|
Loading…
Reference in a new issue