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