python3Packages.pygithub: 2.7.0 -> 2.8.1

This commit is contained in:
R. Ryantm
2025-09-11 23:36:11 +00:00
parent 40c7c33545
commit d974648321

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pygithub"; pname = "pygithub";
version = "2.7.0"; version = "2.8.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "PyGithub"; owner = "PyGithub";
repo = "PyGithub"; repo = "PyGithub";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-meWuetrgE2ks3BEQedrvrfYEVAJsFGgYO6GXPRUcJv4="; hash = "sha256-36taxa95WrpQw0UUlmnWX4XFslAAuuoousxNh5O5uDA=";
}; };
build-system = [ build-system = [