From aa9b3f4a934ca30dcc31893f51ec39e8e31ebb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 7 Mar 2022 19:55:16 +0000 Subject: [PATCH] python3Packages.twitchapi: 2.5.2 -> 2.5.3 https://github.com/Teekeks/pyTwitchAPI/releases/tag/v2.5.3 --- 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 c6d5fbffc500..8024a645e2b4 100644 --- a/pkgs/development/python-modules/twitchapi/default.nix +++ b/pkgs/development/python-modules/twitchapi/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "twitchapi"; - version = "2.5.2"; + version = "2.5.3"; format = "setuptools"; src = fetchPypi { pname = "twitchAPI"; inherit version; - sha256 = "f0ee5388911154375170a83df9a18e8a698fe382cea5d94a3e33ad27a7ce9133"; + sha256 = "e7987dd8c3d1a3d25fe85ff0c0b0bad492f916c920f618dca8efd6baad3ac704"; }; propagatedBuildInputs = [