Loading pkgs/development/python-modules/dissect-esedb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dissect-esedb"; version = "3.15"; version = "3.16"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.esedb"; tag = version; hash = "sha256-FuJZambygHBBDxmHk2bZ3oJiuB4ca9aduSXqxiBQWIA="; hash = "sha256-jLv62/3U89sbmcHAA2YYwVPLlLj85nMn4PRE565ppw4="; }; nativeBuildInputs = [ Loading pkgs/development/python-modules/dissect-etl/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "dissect.etl" ]; disabledTests = [ # Invalid header magic "test_sqlite" "test_empty" ]; meta = with lib; { description = "Dissect module implementing a parser for Event Trace Log (ETL) files"; homepage = "https://github.com/fox-it/dissect.etl"; Loading pkgs/development/python-modules/dissect-util/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "dissect-util"; version = "3.19"; version = "3.21"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.util"; tag = version; hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw="; hash = "sha256-DCe1V3ZQxr2uQ5L4Lucqu0E1jVo7P6cEwC+4tuBmmqI="; }; nativeBuildInputs = [ Loading @@ -31,6 +31,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "dissect.util" ]; disabledTests = [ # File handling issue "test_cpio_formats" ]; meta = with lib; { description = "Dissect module implementing various utility functions for the other Dissect modules"; mainProgram = "dump-nskeyedarchiver"; Loading Loading
pkgs/development/python-modules/dissect-esedb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dissect-esedb"; version = "3.15"; version = "3.16"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.esedb"; tag = version; hash = "sha256-FuJZambygHBBDxmHk2bZ3oJiuB4ca9aduSXqxiBQWIA="; hash = "sha256-jLv62/3U89sbmcHAA2YYwVPLlLj85nMn4PRE565ppw4="; }; nativeBuildInputs = [ Loading
pkgs/development/python-modules/dissect-etl/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "dissect.etl" ]; disabledTests = [ # Invalid header magic "test_sqlite" "test_empty" ]; meta = with lib; { description = "Dissect module implementing a parser for Event Trace Log (ETL) files"; homepage = "https://github.com/fox-it/dissect.etl"; Loading
pkgs/development/python-modules/dissect-util/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "dissect-util"; version = "3.19"; version = "3.21"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.util"; tag = version; hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw="; hash = "sha256-DCe1V3ZQxr2uQ5L4Lucqu0E1jVo7P6cEwC+4tuBmmqI="; }; nativeBuildInputs = [ Loading @@ -31,6 +31,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "dissect.util" ]; disabledTests = [ # File handling issue "test_cpio_formats" ]; meta = with lib; { description = "Dissect module implementing various utility functions for the other Dissect modules"; mainProgram = "dump-nskeyedarchiver"; Loading