Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python310Packages.twitchapi: 3.9.0 -> 3.10.0

Changelog: https://github.com/Teekeks/pyTwitchAPI/blob/v3.10.0/docs/changelog.rst

+2 -2
+2 -2
pkgs/development/python-modules/twitchapi/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "twitchapi"; 12 - version = "3.9.0"; 12 + version = "3.10.0"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 ··· 18 18 src = fetchPypi { 19 19 pname = "twitchAPI"; 20 20 inherit version; 21 - hash = "sha256-M3Jl3DGvjWdeqYOWmOSe/W9h9yZq4HVGrDR+5tEXBow="; 21 + hash = "sha256-zYcAuPVbPAqGpLwRfHozM6RTpH9CkIyjlKi9Jtqp9ug="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [