python311Packages.dissect-hypervisor: 3.10 -> 3.11

Diff: https://github.com/fox-it/dissect.hypervisor/compare/refs/tags/3.10...3.11

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.11
This commit is contained in:
Fabian Affolter
2024-01-26 23:06:49 +01:00
parent 39c4ec7298
commit 4ef7c929fd
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = "refs/tags/${version}";
hash = "sha256-Ml5U7yc4iqqilL6Y9qF3VU+pa0AXnYVQjVas90TpG30=";
hash = "sha256-x7C2h9NZRlkJWAe0+PCmOhOpfHM2/4vc7oEGQqGEPq8=";
};
nativeBuildInputs = [