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