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-07-05 14:57:51 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-07-05 15:38:27 -0700
commitb47111056923b171fb1fa7c25a01a5312688e1cf (patch)
tree5089bb3d91deb269d1f1b454d020a06d80073d78 /pkgs/development/python-modules/azure-mgmt-cosmosdb
parenta53c4b8b31102711a414ae8773fe1e39cd761c32 (diff)
python3Packages.azure-mgmt-cosmosdb: 6.3.0 -> 6.4.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 1531a4e0758f5..f546f2e23e0d0 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.3.0";
+  version = "6.4.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "4135104da5b0f3f0a7249abcd8da55936603e50aaaf2868e5f739a717cf20b3d";
+    sha256 = "fb6b8ab80ab97214b94ae9e462ba1c459b68a3af296ffc26317ebd3ff500e00b";
   };
 
   propagatedBuildInputs = [