python311Packages.dissect-hypervisor: 3.8 -> 3.9

Diff: https://github.com/fox-it/dissect.hypervisor/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2023-09-27 10:51:18 +02:00
parent 49b7896528
commit 26efd90a01

View file

@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "dissect-hypervisor";
version = "3.8";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.hypervisor";
rev = "refs/tags/${version}";
hash = "sha256-PTF1PSFsjD9lYa3SLd7329+ZZuSC07tN1GqwOndo8Go=";
hash = "sha256-AcDlyLKrRyt1mhh7nb9Oln/cjVKw8s1g78J8sgE2p2g=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;