From 82c4495f32ed34dcf4bd5718bd0f5c60cda6eea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 4 Feb 2026 20:29:36 -0800 Subject: [PATCH] python3Packages.azure-mgmt-appcontainers: fix typo --- .../python-modules/azure-mgmt-appcontainers/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix b/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix index 360bd6c2bcc2..87bf04916d1b 100644 --- a/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-appcontainers/default.nix @@ -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";