python312Packages.twitchapi: 4.2.0 -> 4.2.1

This commit is contained in:
R. Ryantm
2024-07-15 04:52:11 +00:00
parent b64e7d2266
commit ce60c7bdd4
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "twitchapi";
version = "4.2.0";
version = "4.2.1";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Teekeks";
repo = "pyTwitchAPI";
rev = "refs/tags/v${version}";
hash = "sha256-QAxLYujnsudaiz9UepwrBA835Pct5h4VcE9ZrbkwMmg=";
hash = "sha256-DT8Q8x+OvrxnoLWwdS/Gv8x5cepJPIF1ZPyOumnwq2E=";
};
nativeBuildInputs = [ setuptools ];