python311Packages.dissect-etl: 3.8 -> 3.9

Diff: https://github.com/fox-it/dissect.etl/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/dissect.etl/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2024-05-08 00:12:50 +02:00
parent 9831c3b886
commit 05e6724c4e

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-etl";
version = "3.8";
version = "3.9";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.etl";
rev = "refs/tags/${version}";
hash = "sha256-yGpDZAaw11Sr5OPWxbY/NpZAV3jJUIgtTgDykCvYDtM=";
hash = "sha256-gLxBVHhtQS4Ep64H4jvndGyjUW1cQ68f346utVI9eC4=";
};
nativeBuildInputs = [