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

python37Packages.portalocker: 1.5.0 -> 1.5.1
This commit is contained in:
Mario Rodas 2019-09-28 13:25:47 -05:00 committed by GitHub
commit 32ab45b8d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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