python3Packages.dissect-hypervisor: 3.17 -> 3.18

This commit is contained in:
R. Ryantm
2025-05-23 22:33:36 +00:00
parent 980ae9854c
commit 5f87ec2ef1
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.17";
version = "3.18";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
tag = version;
hash = "sha256-3seluZDN5rfJ2XQPblNpEXZQwjxTZB10IwYNZirb7J0=";
hash = "sha256-1M9KDbLNFBmB/iSMqRdNlW3WEZugJxhXJJgcijK61kA=";
};
build-system = [