mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
python: github3.py: 1.1.0 -> 1.2.0
This commit is contained in:
parent
0ae06990fe
commit
8d4176d144
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user