python312Packages.dissect-fat: 3.10 -> 3.11 (#357040)

This commit is contained in:
OTABI Tomoya 2024-11-19 22:14:48 +09:00 committed by GitHub
commit 058ea3f007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [