12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-SXZ6bo1b5xhVGSlWr51ZCxT0Ov1g/qd8V43P5KEhY+s=";
30 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Library to parse and convert Sigma rules into queries";
45 homepage = "https://github.com/SigmaHQ/pySigma";
46 license = with licenses; [ lgpl21Only ];
47 maintainers = with maintainers; [ fab ];