python313Packages.filelock: 3.17.0 -> 3.18.0

https://github.com/tox-dev/py-filelock/releases/tag/3.18.0
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:27 +02:00
parent 14c758f768
commit 82d47edeff
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "filelock";
version = "3.17.0";
version = "3.18.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-7k53QB71duuzjNfxO5soiTGUrMIKjmjhhzC6nA5UZg4=";
hash = "sha256-rbyI6ruZ0v7IycGyKbFx8Yr6ZVQAFz3cZT1dAVAfufI=";
};
build-system = [