python310Packages.aiogithubapi: 22.3.1 -> 22.10.1

This commit is contained in:
Fabian Affolter
2022-10-26 08:55:04 +02:00
parent 58ad22ff2d
commit 9ce8cb243f
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiogithubapi";
version = "22.3.1";
version = "22.10.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
hash = "sha256-5gKANZtDhIoyfyLdS15JDWTxHBFkaHDUlbVVhRs7MSE=";
hash = "sha256-ceBuqaMqqL6qwN52765MG4sLt+08hx2G9rUVNC7x6ik=";
};
postPatch = ''