python: pydocumentdb: 2.3.3 -> 2.3.5

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:12 +02:00
parent 46c7e609c0
commit 49774ffe02

View file

@ -6,12 +6,12 @@
}:
buildPythonPackage rec {
version = "2.3.3";
version = "2.3.5";
pname = "pydocumentdb";
src = fetchPypi {
inherit pname version;
sha256 = "1fcp3g62pc9hpa0r6vdjhaln4h0azywjqfzi8bd4414ja0mxmj3p";
sha256 = "1e6f072ae516fc061c9442f8ca470463b53dc626f0f6a86ff3a803293f4b50dd";
};
propagatedBuildInputs = [ six requests ];