We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbff05e + faa245a commit a458d14Copy full SHA for a458d14
pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix
@@ -11,15 +11,15 @@
11
12
buildPythonPackage rec {
13
pname = "azure-mgmt-cosmosdb";
14
- version = "9.7.0";
+ version = "9.8.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.9";
18
19
src = fetchPypi {
20
pname = "azure_mgmt_cosmosdb";
21
inherit version;
22
- hash = "sha256-tQctMZ8RlT2PEuIkWa3tGRLV8n5ELh2LSVlqhQBUEKE=";
+ hash = "sha256-IU7kcWU4flePhuZhH7MptNVNwpWtedo3udksXW0g0bE=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments