python313Packages.pygitguardian: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-16 09:44:17 +01:00
parent 241afddb1c
commit 098cb05595

View File

@@ -6,7 +6,6 @@
marshmallow,
pdm-backend,
pytestCheckHook,
pythonOlder,
requests,
responses,
setuptools,
@@ -19,8 +18,6 @@ buildPythonPackage rec {
version = "1.27.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "GitGuardian";
repo = "py-gitguardian";