python313Packages.aiogithubapi: 24.6.0 -> 25.5.0 (#412013)

This commit is contained in:
Fabian Affolter
2025-05-29 11:37:12 +02:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiogithubapi";
version = "24.6.0";
version = "25.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = "aiogithubapi";
tag = version;
hash = "sha256-z7l7Qx9Kg1FZ9nM0V2NzTyi3gbE2hakbc/GZ1CzDmKw=";
hash = "sha256-zl9QpFpkvSTs0BUDMBmwTeLY1YvNRSqbkIZ5LDUP3zw=";
};
__darwinAllowLocalNetworking = true;