12 buildPythonPackage rec {
13 pname = "dissect-evidence";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
21 repo = "dissect.evidence";
22 rev = "refs/tags/${version}";
23 hash = "sha256-/zmMPSVR6F6SIU7xuotErmU2SsKEV43rs/4oTVKAWz0=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Dissect module implementing a parsers for various forensic evidence file containers";
46 homepage = "https://github.com/fox-it/dissect.evidence";
47 changelog = "https://github.com/fox-it/dissect.evidence/releases/tag/${version}";
48 license = licenses.agpl3Only;
49 maintainers = with maintainers; [ fab ];