python312Packages.dissect-etl: refactor

This commit is contained in:
Fabian Affolter 2024-03-08 09:51:54 +01:00
parent de93e6f22e
commit d6965c9ac1

View File

@ -12,9 +12,9 @@
buildPythonPackage rec {
pname = "dissect-etl";
version = "3.8";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";