11 buildPythonPackage rec {
12 pname = "dissect-fat";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-YfWshytfj4p2MqLpzE3b1/RtrL1/+Xd/5+RNbrH/Jfc=";
25 SETUPTOOLS_SCM_PRETEND_VERSION = version;
32 propagatedBuildInputs = [
37 # dissect.fat.exceptions.InvalidBPB: Invalid BS_jmpBoot
40 pythonImportsCheck = [
45 description = "Dissect module implementing a parser for the FAT file system";
46 homepage = "https://github.com/fox-it/dissect.fat";
47 changelog = "https://github.com/fox-it/dissect.fat/releases/tag/${version}";
48 license = licenses.agpl3Only;
49 maintainers = with maintainers; [ fab ];