lol

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

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-mgmt-cosmosdb"; 14 - version = "9.6.0"; 14 + version = "9.7.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 19 19 src = fetchPypi { 20 20 pname = "azure_mgmt_cosmosdb"; 21 21 inherit version; 22 - hash = "sha256-Znx9io9UKw55cuYydK9TatmFGH4kpswuPI7vNVYIgfw="; 22 + hash = "sha256-tQctMZ8RlT2PEuIkWa3tGRLV8n5ELh2LSVlqhQBUEKE="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];