3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.twitchapi: 3.9.0 -> 3.10.0

Changelog: https://github.com/Teekeks/pyTwitchAPI/blob/v3.10.0/docs/changelog.rst
This commit is contained in:
Fabian Affolter 2023-04-10 21:12:41 +02:00
parent a6c2a73e14
commit c84d9db289

View file

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