12 buildPythonPackage rec {
13 pname = "dissect-etl";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-yGpDZAaw11Sr5OPWxbY/NpZAV3jJUIgtTgDykCvYDtM=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Dissect module implementing a parser for Event Trace Log (ETL) files";
46 homepage = "https://github.com/fox-it/dissect.etl";
47 changelog = "https://github.com/fox-it/dissect.etl/releases/tag/${version}";
48 license = licenses.agpl3Only;
49 maintainers = with maintainers; [ fab ];