11 buildPythonPackage rec {
12 pname = "dissect-ole";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-qnrbS+gdzBV/mQ08fQzpvevkDtrJ1qXpteW0lxJ+ZUI=";
25 SETUPTOOLS_SCM_PRETEND_VERSION = version;
32 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Dissect module implementing a parser for the Object Linking & Embedding (OLE) format";
46 homepage = "https://github.com/fox-it/dissect.ole";
47 license = licenses.agpl3Only;
48 maintainers = with maintainers; [ fab ];