python310Packages.dissect-etl: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.etl/releases/tag/3.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:37:42 +01:00
parent e31ec2a438
commit da3ad93352

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-etl";
version = "3.3";
version = "3.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.etl";
rev = "refs/tags/${version}";
hash = "sha256-rEYWTMBzMyaADqT1Pp5z1J2Uf/t/GeX/FAnZVnaycYs=";
hash = "sha256-RNm6je3WW6ig+JCU4AlVYpAJZXq/l8U7Pbf/AGeAmXA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;