python311Packages.dissect-hypervisor: 3.9 -> 3.10

Diff: fox-it/dissect.hypervisor@refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.10
This commit is contained in:
Fabian Affolter
2023-11-11 13:47:01 +01:00
parent 40aa4e9613
commit dabcb70841
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, defusedxml
, dissect-cstruct
, dissect-util
, fetchFromGitHub
@@ -14,7 +15,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.9";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -33,6 +34,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
defusedxml
dissect-cstruct
dissect-util
];