python3Packages.aiogithubapi: 23.2.1 -> 23.11.0

https://github.com/ludeeus/aiogithubapi/releases/tag/23.11.0
This commit is contained in:
Martin Weinelt
2023-12-20 20:17:13 +01:00
parent c06ff4d5f3
commit 86932be437
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiogithubapi";
version = "23.2.1";
version = "23.11.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-J6kcEVqADmVJZDbU9eqLCL0rohMSA/Ig7FSp/Ye5Sfk=";
hash = "sha256-SbpfHKD4QJuCe3QG0GTvsffkuFiGPLEUXOVW9f1gyTI=";
};
postPatch = ''