python313Packages.dissect-fve: 4.2 -> 4.5

Diff: https://github.com/fox-it/dissect.fve/compare/4.2...4.5

Changelog: https://github.com/fox-it/dissect.fve/releases/tag/4.5
This commit is contained in:
Fabian Affolter
2025-11-27 16:45:10 +01:00
parent 8ba2794732
commit 5d8a4e2186
@@ -7,7 +7,6 @@
dissect-target,
fetchFromGitHub,
pycryptodome,
pythonOlder,
rich,
setuptools-scm,
setuptools,
@@ -15,22 +14,16 @@
buildPythonPackage rec {
pname = "dissect-fve";
version = "4.2";
version = "4.5";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.fve";
tag = version;
hash = "sha256-OgagTnt4y6Fzd7jbsCgbkTzcsdnozImfdKI9ew9JaqI=";
hash = "sha256-Lg29WJfXvjdhGtkZowzXgH9zzockoGkei1s9hgLr/gg=";
};
pythonRelaxDeps = [
"pycryptodome"
];
build-system = [
setuptools
setuptools-scm