about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-cosmosdb
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-02 15:35:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-03-09 15:50:07 -0800
commit54007d9c22d89a731f85444cf961f98e53b02b1b (patch)
tree0f34e61f46ce7761151d6533ed9dc07d264b97e2 /pkgs/development/python-modules/azure-mgmt-cosmosdb
parent2c97b66f961027d563a24598827baa5d171e62ff (diff)
python37Packages.azure-mgmt-cosmosdb: 6.0.0 -> 6.1.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 3814770b2e572..22823bfdd5834 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.0.0";
+  version = "6.1.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "15e4140870f2756fbd43965ccceca55361a634a0504bbdb033a1909eff14dfb1";
+    sha256 = "7eb28eae4354e0a68e098de314b380d92f6482f53b2947dc8a36913195bdfde0";
   };
 
   propagatedBuildInputs = [