python310Packages.filelock: 3.12.0 -> 3.12.2

Changelog: https://github.com/tox-dev/py-filelock/releases/tag/3.12.1
           https://github.com/tox-dev/py-filelock/releases/tag/3.12.2
This commit is contained in:
Robert Schütz 2023-07-08 20:41:22 -07:00 committed by Martin Weinelt
parent 2c3472e001
commit c0496407bc

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "filelock";
version = "3.12.0";
version = "3.12.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/AOuQyiMAT0uqDyFlwAbESnbNRqtnFf+JAkyeRa45xg=";
hash = "sha256-ACdAUY2KpZomsMduEPuMbhXq6CXTS2/fZwMz/XuTjYE=";
};
nativeBuildInputs = [