python3Packages.dissect-fve: 4.1 -> 4.2

https://github.com/fox-it/dissect.fve/releases/tag/4.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:04 +02:00
parent 1a0310740c
commit 047781e2d9
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dissect-fve";
version = "4.1";
version = "4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fve";
tag = version;
hash = "sha256-xPjwyI134E0JWkM+S2ae9TuBGHMSrgyjooM9CGECqgg=";
hash = "sha256-OgagTnt4y6Fzd7jbsCgbkTzcsdnozImfdKI9ew9JaqI=";
};
build-system = [