python310Packages.dissect-hypervisor: 3.3 -> 3.5

Diff: https://github.com/fox-it/dissect.hypervisor/compare/refs/tags/3.3...3.5

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.5
This commit is contained in:
Fabian Affolter
2023-02-11 10:34:20 +01:00
parent 6ff234755a
commit 285918f167
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.3";
version = "3.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = "refs/tags/${version}";
hash = "sha256-Q7lbFr+gc6inQEJT54DXjpyyis5GxrKQHI5qqa1INKo=";
hash = "sha256-dWaU3v2QcoqVIygeufy0ZYVliBE1tijV3qEsvCOIarM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;