python3Packages.dissect-xfs: 3.12 -> 3.13 (#464115)

This commit is contained in:
Fabian Affolter
2025-11-22 23:07:29 +00:00
committed by GitHub
@@ -7,21 +7,18 @@
setuptools,
setuptools-scm,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "dissect-xfs";
version = "3.12";
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.xfs";
tag = version;
hash = "sha256-DKM6z5lasvy2Is64W2lvClgpXslTgNehrfBpa/KtkT0=";
hash = "sha256-dFM/xYJR3wBvOe/8rLJz4AK2jmp67T5vo/4TCMRSXzw=";
};
build-system = [