python310Packages.dissect-etl: 3.6 -> 3.7

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

Changelog: https://github.com/fox-it/dissect.etl/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-08-11 09:18:38 +02:00
parent eace553380
commit 418417066d

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-etl";
version = "3.6";
version = "3.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.etl";
rev = "refs/tags/${version}";
hash = "sha256-Z6IdSLHXwZULqV6aTZlXjRo5Xq/rRNw7b/nOhuKOth4=";
hash = "sha256-z6P7XpA+j9JIJJsp/Z4uewFw9OAPSZV+57eJu7rd17I=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;