python312Packages.aiogithubapi: 23.11.0 -> 24.6.0

Diff: https://github.com/ludeeus/aiogithubapi/compare/refs/tags/23.11.0...24.6.0

Changelog: https://github.com/ludeeus/aiogithubapi/releases/tag/24.6.0
This commit is contained in:
Fabian Affolter
2024-06-27 10:35:31 +02:00
parent 7130f93230
commit 74de119635
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiogithubapi";
version = "23.11.0";
version = "24.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = "aiogithubapi";
rev = "refs/tags/${version}";
hash = "sha256-SbpfHKD4QJuCe3QG0GTvsffkuFiGPLEUXOVW9f1gyTI=";
hash = "sha256-z7l7Qx9Kg1FZ9nM0V2NzTyi3gbE2hakbc/GZ1CzDmKw=";
};
__darwinAllowLocalNetworking = true;