mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 19:45:42 +03:00
python38Packages.github3_py: 2.0.0 -> 3.0.0
This commit is contained in:
parent
4559160c4f
commit
c166beb8e5
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "github3.py";
|
pname = "github3.py";
|
||||||
version = "2.0.0";
|
version = "3.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8dd4ac612fd60cb277eaf6e2ce02f68dda54aba06870ca6fa2b28369bf39aa14";
|
sha256 = "a9134cb9efd334b1644ad7c5ee3ff3ff488317c4549ffc0e8d82e4d63383a1a4";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ betamax pytest betamax-matchers ]
|
checkInputs = [ betamax pytest betamax-matchers ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue