python3Packages.dissect-ffs: 3.11 -> 3.12 (#464375)

This commit is contained in:
Fabian Affolter
2025-11-23 23:47:07 +00:00
committed by GitHub
@@ -7,21 +7,18 @@
setuptools,
setuptools-scm,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "dissect-ffs";
version = "3.11";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.ffs";
tag = version;
hash = "sha256-rfoSUhTB++cei7X8jaSp9ek8+pAAyaNkYC0M5cCDBtk=";
hash = "sha256-U/Roo1+viW/Fnvt+QV6Rt6YvOSyOSGg5c2ZaHfaFQLQ=";
};
build-system = [