python.pkgs.wheel: 0.29.0 -> 0.30.0

This commit is contained in:
Frederik Rietdijk
2017-09-11 22:48:30 +02:00
parent ab62b7e9b9
commit 88367b1e78
2 changed files with 8 additions and 5 deletions

View File

@@ -3,9 +3,9 @@
let
wheel_source = fetchPypi {
pname = "wheel";
version = "0.29.0";
version = "0.30.0";
format = "wheel";
sha256 = "ea8033fc9905804e652f75474d33410a07404c1a78dd3c949a66863bd1050ebd";
sha256 = "e721e53864f084f956f40f96124a74da0631ac13fbbd1ba99e8e2b5e9cafdf64";
};
setuptools_source = fetchPypi {
pname = "setuptools";