python310Packages.dissect-hypervisor: 3.1 -> 3.2

This commit is contained in:
Fabian Affolter 2022-10-07 22:45:14 +02:00
parent f921152948
commit 88585ff9a0

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.1";
version = "3.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = version;
hash = "sha256-7DSxszTBPRTbONaNc4EBWftMZHVo8ZD/4wK/SLBuVEI=";
hash = "sha256-yc9QfzvWX8jsRVZYglZZuMfxsYUoPr5gf407DABjQcU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;