python310Packages.PyGithub: 1.56 -> 1.57

This commit is contained in:
R. Ryantm 2022-11-05 10:24:26 +00:00
parent 2a0350d496
commit bc127cc35c

View file

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