python312Packages.azure-mgmt-cosmosdb: 9.6.0 -> 9.7.0

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-cosmosdb_9.7.0/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-11-21 11:27:57 +01:00
parent 96ae446175
commit 042a1e2c7f
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-cosmosdb";
version = "9.6.0";
version = "9.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_mgmt_cosmosdb";
inherit version;
hash = "sha256-Znx9io9UKw55cuYydK9TatmFGH4kpswuPI7vNVYIgfw=";
hash = "sha256-tQctMZ8RlT2PEuIkWa3tGRLV8n5ELh2LSVlqhQBUEKE=";
};
build-system = [ setuptools ];