python313Packages.lcgit: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-04 10:30:45 +01:00
committed by GitHub
parent 256da48d32
commit 628276552a
@@ -4,7 +4,6 @@
fetchFromGitHub,
pytestCheckHook,
pytest-cov-stub,
pythonOlder,
setuptools,
}:
@@ -13,8 +12,6 @@ buildPythonPackage rec {
version = "3.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "cisagov";
repo = "lcgit";