Skip to content

Commit a458d14

Browse files
authored
python3Packages.azure-mgmt-cosmosdb: 9.7.0 -> 9.8.0 (#411440)
2 parents cbff05e + faa245a commit a458d14

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/azure-mgmt-cosmosdb

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "azure-mgmt-cosmosdb";
14-
version = "9.7.0";
14+
version = "9.8.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.9";
1818

1919
src = fetchPypi {
2020
pname = "azure_mgmt_cosmosdb";
2121
inherit version;
22-
hash = "sha256-tQctMZ8RlT2PEuIkWa3tGRLV8n5ELh2LSVlqhQBUEKE=";
22+
hash = "sha256-IU7kcWU4flePhuZhH7MptNVNwpWtedo3udksXW0g0bE=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)