python312Packages.dissect-extfs: 3.11 -> 3.12

Diff: https://github.com/fox-it/dissect.extfs/compare/refs/tags/3.11...3.12

Changelog: https://github.com/fox-it/dissect.extfs/releases/tag/3.12
This commit is contained in:
Fabian Affolter 2024-11-18 20:35:17 +01:00
parent 05705021a6
commit cd8fa06e7c

View File

@ -12,16 +12,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-extfs"; pname = "dissect-extfs";
version = "3.11"; version = "3.12";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.extfs"; repo = "dissect.extfs";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-i77pxr0+GbrGK5skevkb+g5JKB/aEmetJc+sbqO1o4I="; hash = "sha256-i6lFqtDsqPyB0FQ5DKuYTuSenZFI0+GeOQdedov+2Nw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [