python311Packages.dissect-hypervisor: 3.6 -> 3.7

Diff: https://github.com/fox-it/dissect.hypervisor/compare/refs/tags/3.6...3.7

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-05-27 21:43:15 +02:00
parent de3e95d004
commit 941a303b75

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.6";
version = "3.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = "refs/tags/${version}";
hash = "sha256-6oPLl18U0TtVCkLsNN8Q4hBLArfXWWRkZI4VrFKJd9Q=";
hash = "sha256-glBmRzL5u+r668XHOZb6Lv0tSVvfQASPRUMAAJN4YHU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;