python312Packages.dissect-hypervisor: 3.15 -> 3.16

This commit is contained in:
R. Ryantm 2024-11-18 19:22:44 +00:00 committed by natsukium
parent b3f2aa7e4e
commit 66b2779805
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -8,14 +8,13 @@
pycryptodome,
pytestCheckHook,
pythonOlder,
rich,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.15";
version = "3.16";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = "refs/tags/${version}";
hash = "sha256-bSDO8MMkDbyJ8ylB5PXmVHnzp/4UYQ4NKhOTXONVBzc=";
hash = "sha256-9Ev7/W/+gfljBPCu4OGXzg2cWkUNFijcaRtKGkTck5k=";
};
build-system = [
@ -41,7 +40,6 @@ buildPythonPackage rec {
optional-dependencies = {
full = [
pycryptodome
rich
];
};