python3Packages.ghapi: 0.1.19 -> 0.1.20

This commit is contained in:
Fabian Affolter 2022-04-09 21:37:34 +02:00
parent 7ff696fdd4
commit c92de47441

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ghapi";
version = "0.1.19";
version = "0.1.20";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "ghapi";
rev = version;
sha256 = "sha256-UV2cfotRad9jg/X3pOysKJyMi4/XKt24kf6F4aw4vcI=";
sha256 = "sha256-Pry+qCHCt+c+uwkLaoTVUY1KblESj6kcNtMfGwK1rfk=";
};
propagatedBuildInputs = [