python312Packages.azure-mgmt-cosmosdb: 9.5.1 -> 9.6.0 (#343136)

This commit is contained in:
Fabian Affolter 2024-09-20 08:26:07 +02:00 committed by GitHub
commit e6d28e7510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,21 +6,25 @@
fetchPypi, fetchPypi,
isodate, isodate,
pythonOlder, pythonOlder,
setuptools,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "azure-mgmt-cosmosdb"; pname = "azure-mgmt-cosmosdb";
version = "9.5.1"; version = "9.6.0";
format = "setuptools"; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "azure_mgmt_cosmosdb";
hash = "sha256-TlXTlz8RzwLPeoBVruhmFSM9fL47siegfBdrrIvH7wI="; inherit version;
hash = "sha256-Znx9io9UKw55cuYydK9TatmFGH4kpswuPI7vNVYIgfw=";
}; };
propagatedBuildInputs = [ build-system = [ setuptools ];
dependencies = [
isodate isodate
azure-common azure-common
azure-mgmt-core azure-mgmt-core