python311Packages.dissect-etl: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect.etl/releases/tag/3.8
This commit is contained in:
Fabian Affolter 2024-03-08 09:41:33 +01:00
parent c9e88ca834
commit 1db3d97655

View File

@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-etl";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.etl";
rev = "refs/tags/${version}";
hash = "sha256-z6P7XpA+j9JIJJsp/Z4uewFw9OAPSZV+57eJu7rd17I=";
hash = "sha256-yGpDZAaw11Sr5OPWxbY/NpZAV3jJUIgtTgDykCvYDtM=";
};
nativeBuildInputs = [