python27Packages.azure-mgmt-cosmosdb: 0.16.0 -> 1.0.0

gstqt5
R. RyanTM 2020-08-28 03:53:39 +00:00 committed by Jon
parent e3061fa9f9
commit 0885b9da48
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-cosmosdb";
version = "0.16.0";
version = "1.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "308aeabdff61bf35ceb7a3d6dd19f1ab69a041bd92c85ee24d98a624968697f3";
sha256 = "e08b37aea8e6b62596f55f9beb924e1759b2dc424c180ab2e752153a2b01b723";
};
propagatedBuildInputs = [