12 buildPythonPackage rec {
13 pname = "dissect-thumbcache";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
21 repo = "dissect.thumbcache";
22 rev = "refs/tags/${version}";
23 hash = "sha256-t5LovLS+YMWQWMCFP6jh3SNiLb/Jy9we4FX6MmsIJmY=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 # Don't run Windows related tests
51 description = "Dissect module implementing a parser for the Windows thumbcache";
52 homepage = "https://github.com/fox-it/dissect.thumbcache";
53 changelog = "https://github.com/fox-it/dissect.thumbcache/releases/tag/${version}";
54 license = licenses.agpl3Only;
55 maintainers = with maintainers; [ fab ];