Merge pull request #108792 from wamserma/bump-pygithub

pythonPackages.PyGithub: 1.51 -> 1.54.1
This commit is contained in:
Sandro 2021-01-15 11:14:23 +01:00 committed by GitHub
commit dc7dd23241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "PyGithub";
version = "1.51";
version = "1.54.1";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "PyGithub";
repo = "PyGithub";
rev = "v${version}";
sha256 = "1hz5fc3rkryl4vzxmmwx75p25wk0ida54lf6bz7261rm5hb05r7j";
sha256 = "1nl74bp5ikdnrc8xq0qr25ryl1mvarf0xi43k8w5jzlrllhq0nkq";
};
checkInputs = [ httpretty parameterized pytestCheckHook ];