python313Packages.dissect-xfs: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-22 23:04:58 +01:00
committed by GitHub
parent c08939883d
commit d53ebb3de6
@@ -7,7 +7,6 @@
setuptools,
setuptools-scm,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -15,8 +14,6 @@ buildPythonPackage rec {
version = "3.13";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.xfs";