about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-22 23:45:30 +0900
committerGitHub <noreply@github.com>2023-11-22 23:45:30 +0900
commit3bca8b11fb69199491e96a8efd6d596f16e1c446 (patch)
tree24032b90901d8991ab82dcda1d6f7f8d4bd8d05e
parent422699d0a5e0df31f8f7211f63cfb1aa48064134 (diff)
parentf824b8182156130a683903e1beb9212dad3434fc (diff)
Merge pull request #268916 from r-ryantm/auto-update/python310Packages.twitchapi
python310Packages.twitchapi: 4.0.1 -> 4.1.0
-rw-r--r--pkgs/development/python-modules/twitchapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/twitchapi/default.nix b/pkgs/development/python-modules/twitchapi/default.nix
index f9db5fa4ecc8c..5c672eef4c2a5 100644
--- a/pkgs/development/python-modules/twitchapi/default.nix
+++ b/pkgs/development/python-modules/twitchapi/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "twitchapi";
-  version = "4.0.1";
+  version = "4.1.0";
 
   disabled = pythonOlder "3.7";
 
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "Teekeks";
     repo = "pyTwitchAPI";
     rev = "refs/tags/v${version}";
-    hash = "sha256-WrZb734K51NYqlcMCRr8HO8E7XByioltd4vanTN8HUg=";
+    hash = "sha256-aYYuHyILd3nT0jG59wJcRgSeri26YsC3NpwuQ9dsI1I=";
   };
 
   nativeBuildInputs = [