python312Packages.dissect-vmfs: 3.9 -> 3.10

Diff: https://github.com/fox-it/dissect.vmfs/compare/refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/dissect.vmfs/releases/tag/3.10
This commit is contained in:
Fabian Affolter 2024-11-18 20:36:23 +01:00
parent 12ccd08f81
commit 676c03fdec

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-vmfs";
version = "3.9";
version = "3.10";
format = "pyproject";
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.vmfs";
rev = "refs/tags/${version}";
hash = "sha256-855Rqz4WuTwopJo1yT8zsSvods3p+7EoB1sAXu3U5QU=";
hash = "sha256-/D5EaTNLxdzTMF/9S9esFXAxIwesEp0tdAMUAyeNtSI=";
};
nativeBuildInputs = [