python311Packages.dissect-hypervisor: 3.12 -> 3.13

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

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.13
This commit is contained in:
Fabian Affolter 2024-05-08 00:13:06 +02:00
parent b522466db1
commit 2cf2fdfb4c

View File

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