1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59";
13 homepage = "https://github.com/benediktschmitt/py-filelock";
14 description = "A platform independent file lock for Python";
15 license = licenses.unlicense;
16 maintainers = with maintainers; [ hyphon81 ];