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>2020-03-15 18:51:05 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-15 14:39:05 -0700
commit4398ab05807943d47f13d161ca8c5fa2b208fdf9 (patch)
tree881065202def743b76d5604a5e49150590eecbd7 /pkgs/development/python-modules/azure-mgmt-cosmosdb
parent3f1b579b48e38f848c68a2b267fcbfddd86e2b18 (diff)
python27Packages.azure-mgmt-cosmosdb: 0.11.0 -> 0.12.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 45542c8e9d577..d3605e3929e71 100644
--- a/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-cosmosdb";
-  version = "0.11.0";
+  version = "0.12.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "3f6c1369903856864c7e4a05c2c261563153597172b182382d6332f3acd04016";
+    sha256 = "07c0hr7nha9789x1wz0ndca0sr0zscq63m9vd8pm1c6y0ss4iyn5";
   };
 
   propagatedBuildInputs = [