mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.azure-cosmos: 4.14.5 -> 4.16.3
https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.16.3/sdk/cosmos/azure-cosmos/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-cosmos";
|
||||
version = "4.14.5";
|
||||
version = "4.16.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "azure_cosmos";
|
||||
inherit version;
|
||||
hash = "sha256-MjmmBf4pyUt3ORgmdzqj0Nm75Lk5A/zltkNLDzJ0K6c=";
|
||||
hash = "sha256-2gpNmVfeez8Biy67cot+BJRiPU21hjnrkszRQO3cEtM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user