python313Packages.google-cloud-artifact-registry: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-31 11:06:46 +01:00
parent e29288782b
commit 885f5af274

View File

@@ -9,7 +9,6 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "1.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_artifact_registry";
inherit version;