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