python310Packages.aiogithubapi: 22.2.3 -> 22.2.4

This commit is contained in:
R. Ryantm 2022-02-27 13:23:05 +00:00 committed by Jonathan Ringer
parent f006f108ab
commit a0abe63e44

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiogithubapi";
version = "22.2.3";
version = "22.2.4";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-oeUcyClTmOYF6vdhwiOp2L7x27DXEbujdtRV4NwGcYo=";
sha256 = "sha256-2RYpeyX88+eEilK/wLDJ6Ock1JBgIUPWbm/ZBJSQ2pg=";
};
propagatedBuildInputs = [