Merge pull request #66100 from r-ryantm/auto-update/python3.7-portalocker

python37Packages.portalocker: 1.4.0 -> 1.5.0
This commit is contained in:
Ryan Mulligan 2019-08-06 21:31:01 -07:00 committed by GitHub
commit fc060b7903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
}:
buildPythonPackage rec {
version = "1.4.0";
version = "1.5.0";
pname = "portalocker";
src = fetchPypi {
inherit pname version;
sha256 = "0gwjnalfwl1mb9a04m9h3hrds75xmc9na666aiz2cgz0m545dcrz";
sha256 = "08y5k39mn5a7n69wv0hsyjqb51lazs4i4dpxp42nla2lhllnpbyr";
};
checkInputs = [