python311Packages.dissect-extfs: 3.8 -> 3.9

Diff: https://github.com/fox-it/dissect.extfs/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/dissect.extfs/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2024-03-08 09:41:41 +01:00
parent 149e29003d
commit eebccf2e84

View File

@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-extfs";
version = "3.8";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.extfs";
rev = "refs/tags/${version}";
hash = "sha256-yM9PTMI4/8oU2bvOCKdh5tT0gw9+6esV1auKSbupL0U=";
hash = "sha256-xZEULUm0I754f9MEIUZEua76SaY/WMFp4Q5BMNZ8fWU=";
};
nativeBuildInputs = [