python3Packages.filelock: 3.20.1 -> 3.20.3

Changelog: https://github.com/tox-dev/py-filelock/releases/tag/3.20.3
This commit is contained in:
Michael Daniels
2026-01-11 21:05:52 -05:00
parent 92d9b93a14
commit bd53fd2b50
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "filelock";
version = "3.20.1";
version = "3.20.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-uDYJSLNRuA9CCHjYUWUZoiBLB6783P0kkSpdMxJ/GIw=";
hash = "sha256-GMV+6RXH7GHP8Oz38Phpk2x8MBkbsM9AbxNBd40INOE=";
};
build-system = [