1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "9ae1a31f6e069b5f0f28ba63c594d0c952065de0a375f7b491d21ebaccc5166f";
13 homepage = "https://github.com/scoder/fastrlock";
14 description = "A fast RLock implementation for CPython";
15 license = licenses.mit;
16 maintainers = with maintainers; [ hyphon81 ];