python310Packages.twitchapi: 3.8.0 -> 3.9.0

Changelog: https://github.com/Teekeks/pyTwitchAPI/blob/v3.9.0/docs/changelog.rst
This commit is contained in:
Robert Schütz 2023-02-28 20:53:59 -08:00
parent d5dfcf220a
commit 5c72d17b21

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "twitchapi";
version = "3.8.0";
version = "3.9.0";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "twitchAPI";
inherit version;
hash = "sha256-gGLSR6XESaUUt31njQJtPeTOKSgVJHlS+UdYhPKvQJQ=";
hash = "sha256-M3Jl3DGvjWdeqYOWmOSe/W9h9yZq4HVGrDR+5tEXBow=";
};
propagatedBuildInputs = [