python3Packages.dissect-hypervisor: 3.19 -> 3.20 (#464545)

This commit is contained in:
Fabian Affolter
2025-11-25 08:03:25 +00:00
committed by GitHub
@@ -7,23 +7,20 @@
fetchFromGitHub,
pycryptodome,
pytestCheckHook,
pythonOlder,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.19";
version = "3.20";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.hypervisor";
tag = version;
hash = "sha256-P08gTV/gcwsk1JqwCUHc6jPKAm9MTaCgdmzPxAx23Ts=";
hash = "sha256-/b/7u3b0G3XRqXxjyhHn5dYzueQOPoacYGeDYv21I0w=";
};
build-system = [