From f34eb682d5a2a51e952dc299d40b9c356ff594c8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 24 May 2023 12:33:21 +0200 Subject: [PATCH] python311Packages.twitchapi: 3.10.0 -> 3.11.0 Changelog: https://github.com/Teekeks/pyTwitchAPI/blob/v3.11.0/docs/changelog.rst --- pkgs/development/python-modules/twitchapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/twitchapi/default.nix b/pkgs/development/python-modules/twitchapi/default.nix index a28109b5c2c..7df76ab5dfc 100644 --- a/pkgs/development/python-modules/twitchapi/default.nix +++ b/pkgs/development/python-modules/twitchapi/default.nix @@ -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 = [