12 buildPythonPackage rec {
13 pname = "dissect-ole";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
23 hash = "sha256-MW76O7JH9hkDlIncPqoydZ8bzpmXqmvvm0i1IOF6Pnk=";
39 pythonImportsCheck = [ "dissect.ole" ];
42 description = "Dissect module implementing a parser for the Object Linking & Embedding (OLE) format";
43 homepage = "https://github.com/fox-it/dissect.ole";
44 changelog = "https://github.com/fox-it/dissect.ole/releases/tag/${version}";
45 license = licenses.agpl3Only;
46 maintainers = with maintainers; [ fab ];