python3Packages.azure-mgmt-appcontainers: fix typo (#487121)

This commit is contained in:
dotlambda
2026-02-07 02:01:06 +00:00
committed by GitHub
@@ -11,8 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-appcontainers";
version = "3.2.0";
format = "setuptools";
pyroject = true;
pyproject = true;
src = fetchPypi {
pname = "azure_mgmt_appcontainers";