python3Packages.aiogithubapi: 22.1.2 -> 22.2.0

This commit is contained in:
Martin Weinelt 2022-02-04 22:14:11 +01:00
parent 61326af4a8
commit 1aeccfa6f7

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiogithubapi";
version = "22.1.2";
version = "22.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-n6OkyMh3HxsFY2zXqbpdvbv5NdFC+J30tW/tLEEaSeU=";
sha256 = "sha256-2M0EcDs3WmgG2tusvnXK750+ALE93RktlPyQO36+Ojw=";
};
propagatedBuildInputs = [