python312Packages.dissect-ffs: 3.9 -> 3.10

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

Changelog: https://github.com/fox-it/dissect.ffs/releases/tag/3.10
This commit is contained in:
Fabian Affolter 2024-11-18 20:35:30 +01:00
parent 1ceec6f169
commit c6bde9bed2

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-ffs";
version = "3.9";
version = "3.10";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.ffs";
rev = "refs/tags/${version}";
hash = "sha256-PRf3w9s0N3Zfcaoo3RtBEYcv7Ocs4h6V+3XshRI2XXI=";
hash = "sha256-sOMakwJyKgeRXbc37D5j7GVldl3gO7yYMnNq217J7QM=";
};
build-system = [