python310Packages.dissect-hypervisor: 3.5 -> 3.6

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-03-24 21:38:09 +01:00
parent ae077aced7
commit ae80eea2cf

View file

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