python: pydocumentdb: 2.3.3 -> 2.3.5
This commit is contained in:
parent
46c7e609c0
commit
49774ffe02
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.3.3";
|
version = "2.3.5";
|
||||||
pname = "pydocumentdb";
|
pname = "pydocumentdb";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1fcp3g62pc9hpa0r6vdjhaln4h0azywjqfzi8bd4414ja0mxmj3p";
|
sha256 = "1e6f072ae516fc061c9442f8ca470463b53dc626f0f6a86ff3a803293f4b50dd";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six requests ];
|
propagatedBuildInputs = [ six requests ];
|
||||||
|
|
Loading…
Reference in a new issue