python310Packages.dissect-hypervisor: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.hypervisor/compare/3.2...3.3
This commit is contained in:
Fabian Affolter 2022-12-10 17:31:13 +01:00
parent 2df77f818c
commit 4d3fa06bfb

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = version;
hash = "sha256-yc9QfzvWX8jsRVZYglZZuMfxsYUoPr5gf407DABjQcU=";
hash = "sha256-Q7lbFr+gc6inQEJT54DXjpyyis5GxrKQHI5qqa1INKo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;