python312Packages.dissect-fat: 3.10 -> 3.11

Diff: https://github.com/fox-it/dissect.fat/compare/refs/tags/3.10...3.11

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.11
This commit is contained in:
Fabian Affolter 2024-11-18 20:35:24 +01:00
parent cd8fa06e7c
commit 1ceec6f169

View File

@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.fat";
rev = "refs/tags/${version}";
hash = "sha256-jwTHvh1fqmVisW5rYDa5mOD1MMdBb10EHo945WHBnp8=";
hash = "sha256-LGSIuRclytD4RHHzq2Zj1DG01RAFINj4+5ErbQ3M57E=";
};
build-system = [