python310Packages.aiogithubapi: 22.2.2 -> 22.2.3

This commit is contained in:
R. Ryantm 2022-02-21 10:58:26 +00:00
parent f9e65e44e5
commit 29461f5b23

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiogithubapi";
version = "22.2.2";
version = "22.2.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-RmMI3h8ouFZYD+xeK4bVx0k529UP+Y2KH7r161zst7Y=";
sha256 = "sha256-oeUcyClTmOYF6vdhwiOp2L7x27DXEbujdtRV4NwGcYo=";
};
propagatedBuildInputs = [