python3Packages.dissect-fat: 3.12 -> 3.13 (#464306)

This commit is contained in:
Fabian Affolter
2025-11-25 07:55:35 +00:00
committed by GitHub
@@ -6,21 +6,18 @@
fetchFromGitHub,
setuptools,
setuptools-scm,
pythonOlder,
}:
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.12";
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.fat";
tag = version;
hash = "sha256-z4pUJrJ2w0P+QytrhFExGLD0RdFR/ccGeD6DrYbOrx8=";
hash = "sha256-BxxC+ebD8xYrBVuYmXdxPcU2JDJgWAtEBlVGqE8oVec=";
};
build-system = [