Merge pull request #69821 from r-ryantm/auto-update/python3.7-azure-cosmos

python37Packages.azure-cosmos: 3.1.0 -> 3.1.1
This commit is contained in:
Marek Mahut 2019-09-28 22:38:47 +02:00 committed by GitHub
commit d99476d135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
}:
buildPythonPackage rec {
version = "3.1.0";
version = "3.1.1";
pname = "azure-cosmos";
src = fetchPypi {
inherit pname version;
sha256 = "1955kpn2y16k5mil90bnnyscnh1hyh4d5l5v5b90ms969p61i9zl";
sha256 = "0q8pl8wnadxhyawcrfzrm2k85xd4mdmdk2xwdial55zmpa8ji4pk";
};
propagatedBuildInputs = [ six requests ];