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>2020-04-22 14:58:37 -0700
committerJon <jonringer@users.noreply.github.com>2020-05-01 18:21:02 -0700
commitd37e771f95070ba7aa5fc00fa4e1903025d4ffde (patch)
tree64d4d6edd52c9bc91ad928d4b027ba43d1e9e7ee /pkgs/development/python-modules/azure-mgmt-cosmosdb
parent43a1cb296c7141e7e45d9462130cba3c0c2a6d37 (diff)
downloadnixpkgs-d37e771f95070ba7aa5fc00fa4e1903025d4ffde.tar
nixpkgs-d37e771f95070ba7aa5fc00fa4e1903025d4ffde.tar.gz
nixpkgs-d37e771f95070ba7aa5fc00fa4e1903025d4ffde.tar.bz2
nixpkgs-d37e771f95070ba7aa5fc00fa4e1903025d4ffde.tar.lz
nixpkgs-d37e771f95070ba7aa5fc00fa4e1903025d4ffde.tar.xz
nixpkgs-d37e771f95070ba7aa5fc00fa4e1903025d4ffde.tar.zst
nixpkgs-d37e771f95070ba7aa5fc00fa4e1903025d4ffde.zip
python3Packages.azure-mgmt-cosmosdb: 0.12.0 -> 0.13.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 d3605e3929e..66c4e52e23b 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.12.0";
+  version = "0.13.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "07c0hr7nha9789x1wz0ndca0sr0zscq63m9vd8pm1c6y0ss4iyn5";
+    sha256 = "e83d21462f9d5b02e90f5590c4247ab73e0ff85fc4ac1fba32be119a15b10c98";
   };
 
   propagatedBuildInputs = [