python311Packages.dissect-hypervisor: 3.11 -> 3.12

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

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.12
This commit is contained in:
Fabian Affolter 2024-03-08 09:41:49 +01:00
parent afa7596f64
commit cd22377b4b

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.11";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = "refs/tags/${version}";
hash = "sha256-x7C2h9NZRlkJWAe0+PCmOhOpfHM2/4vc7oEGQqGEPq8=";
hash = "sha256-uQt+oyETjZHPa1QZfswpUX92ZCdzkR5x9deo15J+Fxo=";
};
nativeBuildInputs = [