Merge pull request #144112 from r-ryantm/auto-update/python38Packages.github3_py

This commit is contained in:
Sandro 2021-11-01 15:35:40 +01:00 committed by GitHub
commit 7d0070e266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "github3.py";
version = "2.0.0";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "8dd4ac612fd60cb277eaf6e2ce02f68dda54aba06870ca6fa2b28369bf39aa14";
sha256 = "a9134cb9efd334b1644ad7c5ee3ff3ff488317c4549ffc0e8d82e4d63383a1a4";
};
checkInputs = [ betamax pytest betamax-matchers ]