python3Packages.dissect-clfs: 1.10 -> 1.11 (#464437)

This commit is contained in:
Fabian Affolter
2025-11-25 07:55:06 +00:00
committed by GitHub
@@ -6,21 +6,18 @@
setuptools,
setuptools-scm,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "dissect-clfs";
version = "1.10";
version = "1.11";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.clfs";
tag = version;
hash = "sha256-rw2LuCgn/oUnvf2HNXv00pDaiLrqjC5L57a1k62U6zU=";
hash = "sha256-IwiE7sikZ2Rqg8GS0DKLbV/ENcRPTm0eAS3xvVG0gLw=";
};
build-system = [