From acd037f0226c3f8f3ea98eac6816e42ba5da9022 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 May 2025 10:52:33 +0200 Subject: [PATCH] python313Packages.aiogithubapi: 24.6.0 -> 25.5.0 Diff: https://github.com/ludeeus/aiogithubapi/compare/refs/tags/24.6.0...refs/tags/25.5.0 Changelog: https://github.com/ludeeus/aiogithubapi/releases/tag/25.5.0 --- pkgs/development/python-modules/aiogithubapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiogithubapi/default.nix b/pkgs/development/python-modules/aiogithubapi/default.nix index 409dd2f6cd8f..8d948ef3f24f 100644 --- a/pkgs/development/python-modules/aiogithubapi/default.nix +++ b/pkgs/development/python-modules/aiogithubapi/default.nix @@ -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;