python312Packages.dissect-extfs: 3.11 -> 3.12 (#357038)

This commit is contained in:
OTABI Tomoya 2024-11-19 22:18:02 +09:00 committed by GitHub
commit 5b1d92d86b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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