python311Packages.dissect-fat: 3.9 -> 3.10

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

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.10
This commit is contained in:
Fabian Affolter 2024-07-04 21:53:04 +02:00
parent c496e8ae89
commit 221a259ab1

View file

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