python312Packages.pygithub: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm
2024-08-26 14:41:55 +00:00
parent 28d45487fa
commit 3bb9be40b3
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pygithub";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "PyGithub";
repo = "PyGithub";
rev = "refs/tags/v${version}";
hash = "sha256-ccAbn9x1r+wBIAK66ur8+2Op9ij09rQvHumq5Wh7TUU=";
hash = "sha256-VM3xxLa4MlR3vTpeOunsq4/bxZhuKXNKFZbFVul1cMw=";
};
build-system = [