python312Packages.dissect-fat: 3.10 -> 3.11

This commit is contained in:
R. Ryantm 2024-11-18 17:58:05 +00:00
parent b3f2aa7e4e
commit 10f85c7f70

View File

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