7 buildPythonPackage rec {
8 pname = "circuit-webhook";
10 format = "setuptools";
12 disabled = pythonOlder "3.8";
15 inherit pname version;
16 hash = "sha256-NhePKBfzdkw7iVHmVrOxf8ZcQrb1Sq2xMIfu4P9+Ppw=";
22 pythonImportsCheck = [
27 description = "Module for Unify Circuit API webhooks";
28 homepage = "https://github.com/braam/unify/tree/master/circuit-webhook-python";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];