python310Packages.PyGithub: 1.55 -> 1.56

This commit is contained in:
R. Ryantm 2022-10-13 12:34:06 +00:00
parent 732ec9dcc0
commit 25206f8f02

View File

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