13 buildPythonPackage rec {
14 pname = "dissect-cim";
18 disabled = pythonOlder "3.10";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-7Mv8yiWEs/mj/JKDrD1BxT75tQr13VgGj0yHdRltcYM=";
37 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "dissect.cim" ];
42 description = "Dissect module implementing a parser for the Windows Common Information Model (CIM) database";
43 homepage = "https://github.com/fox-it/dissect.cim";
44 changelog = "https://github.com/fox-it/dissect.cim/releases/tag/${version}";
45 license = licenses.agpl3Only;
46 maintainers = with maintainers; [ fab ];