python312Packages.dissect-volume: 3.11 -> 3.12

Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.12
This commit is contained in:
Fabian Affolter 2024-10-12 10:06:58 +02:00
parent 587e18003e
commit 257c05192f

View File

@ -12,24 +12,24 @@
buildPythonPackage rec {
pname = "dissect-volume";
version = "3.11";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.11";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.volume";
rev = "refs/tags/${version}";
hash = "sha256-eHIInoquuyukKuPVvVB6qtovx1NloHHVGKfFBHxVd+o=";
hash = "sha256-IhG2FZdCmYrGxHc2i+ERhphxP/uGgOY67epHEWnQXb0=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
dissect-cstruct
dissect-util
];
@ -44,6 +44,7 @@ buildPythonPackage rec {
"test_dm_thin"
"test_lvm_mirro"
"test_lvm_thin"
"test_lvm"
"test_md_raid0_zones"
"test_md_read"
];