python311Packages.twitchapi: 3.10.0 -> 3.11.0

Changelog: https://github.com/Teekeks/pyTwitchAPI/blob/v3.11.0/docs/changelog.rst
This commit is contained in:
Fabian Affolter 2023-05-24 12:33:21 +02:00
parent 8c21138ebe
commit f34eb682d5

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "twitchapi";
version = "3.10.0";
version = "3.11.0";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "twitchAPI";
inherit version;
hash = "sha256-zYcAuPVbPAqGpLwRfHozM6RTpH9CkIyjlKi9Jtqp9ug=";
hash = "sha256-TkQzF32nt89uBvC6aj/b5f2DQkOVDz7UyeUXRyVYumM=";
};
propagatedBuildInputs = [