Merge pull request #195803 from r-ryantm/auto-update/python3.10-PyGithub

python310Packages.PyGithub: 1.55 -> 1.56
This commit is contained in:
Mario Rodas 2022-10-14 19:48:08 -05:00 committed by GitHub
commit 82cb8acd21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "PyGithub"; pname = "PyGithub";
version = "1.55"; version = "1.56";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PyGithub"; owner = "PyGithub";
repo = "PyGithub"; repo = "PyGithub";
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-PuGCBFSbM91NtSzuyf0EQUr3LiuHDq90OwkSf53rSyA="; sha256 = "sha256-L6xrv3dAT/sWt/7ZeDy3P095g7Lpht52LkfCVYNLkbA=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [