python312Packages.azure-appconfiguration: fix typo (#369429)

This commit is contained in:
OTABI Tomoya
2024-12-31 10:55:53 +09:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-appconfiguration";
version = "1.7.1";
pyporject = true;
pyproject = true;
disabled = pythonOlder "3.7";