12 buildPythonPackage rec {
13 pname = "dissect-cim";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-NbGI6d1C3X7PbTsbDSCS4AUK6ueCBOuQDTNhkULrLYc=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Dissect module implementing a parser for the Windows Common Information Model (CIM) database";
46 homepage = "https://github.com/fox-it/dissect.cim";
47 changelog = "https://github.com/fox-it/dissect.cim/releases/tag/${version}";
48 license = licenses.agpl3Only;
49 maintainers = with maintainers; [ fab ];