python: github3.py: 1.1.0 -> 1.2.0

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:00 +01:00
parent 0ae06990fe
commit 8d4176d144

View File

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "github3.py";
version = "1.1.0";
version = "1.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1cxaqdqmz9w2afc0cw2jyv783fp0grydbik0frzj79azzkhyg4gf";
sha256 = "35fea5bf3567a8e88d3660686d83f96ef164e698ce6fb30f9e2b0edded7357af";
};
buildInputs = [ unittest2 pytest mock betamax betamax-matchers dateutil ];