about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-cosmosdb
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-05 22:38:21 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-06 11:50:10 -0700
commit44451e292f47c98759bf46a92108c715b180ca35 (patch)
tree7af2ef458e60ad7043ccfe0c7d9c05b43c0cde5f /pkgs/development/python-modules/azure-mgmt-cosmosdb
parentaff15bcca1b9151744454f9f251ec062cbbf438d (diff)
python3Packages.azure-mgmt-cosmosdb: 6.1.0 -> 6.2.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-cosmosdb')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix b/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix
index 22823bfdd5834..46890f7ab5b3a 100644
--- a/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-cosmosdb";
-  version = "6.1.0";
+  version = "6.2.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "7eb28eae4354e0a68e098de314b380d92f6482f53b2947dc8a36913195bdfde0";
+    sha256 = "116b5bf9433ad89078c743b617c5b1c51f9ce1a1f128fb2e4bbafb5efb2d2c74";
   };
 
   propagatedBuildInputs = [