lol

python311Packages.dissect-hypervisor: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.8

+3 -3
+3 -3
pkgs/development/python-modules/dissect-hypervisor/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "dissect-hypervisor"; 16 - version = "3.7"; 16 + version = "3.8"; 17 17 format = "pyproject"; 18 18 19 - disabled = pythonOlder "3.7"; 19 + disabled = pythonOlder "3.8"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "fox-it"; 23 23 repo = "dissect.hypervisor"; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-glBmRzL5u+r668XHOZb6Lv0tSVvfQASPRUMAAJN4YHU="; 25 + hash = "sha256-PTF1PSFsjD9lYa3SLd7329+ZZuSC07tN1GqwOndo8Go="; 26 26 }; 27 27 28 28 SETUPTOOLS_SCM_PRETEND_VERSION = version;