python3Packages.azure-mgmt-web: 9.0.0 -> 10.1.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-web_10.1.0/sdk/appservice/azure-mgmt-web/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:19 +01:00
parent 5ca8fab829
commit 79f2a24b09
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "azure-mgmt-web";
version = "9.0.0";
version = "10.1.0";
pyproject = true;
src = fetchPypi {
pname = "azure_mgmt_web";
inherit version;
hash = "sha256-RFXs07SYV3CFwZBObRcTklTjWLoH/mxINaiRu697BsI=";
hash = "sha256-JtNZS74bMFibcpIsNYVbxbdMFR8CJBR6YNGnUjSFkiY=";
};
build-system = [ setuptools ];