python311Packages.dissect-hypervisor: 3.13 -> 3.14

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

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.14
This commit is contained in:
Fabian Affolter 2024-07-04 21:53:16 +02:00
parent f4675ddb5c
commit 4924a1ba9c

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.13";
version = "3.14";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = "refs/tags/${version}";
hash = "sha256-6sjRkhZOmAckzu/lUA4Sw48cmKfMOGLGgB5dB6M06qQ=";
hash = "sha256-27GfO1HEy9EWdWuPkznOjju6Xy3W2kjKDP0gF3NqYs0=";
};
build-system = [