Skip to content

Commit

Permalink
python312Packages.twitchapi: 4.3.1 -> 4.4.0 (NixOS#370368)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 3, 2025
2 parents 12055dc + 6fa6721 commit 5367951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/twitchapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "twitchapi";
version = "4.3.1";
version = "4.4.0";

disabled = pythonOlder "3.7";

Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Teekeks";
repo = "pyTwitchAPI";
rev = "refs/tags/v${version}";
hash = "sha256-pXbrI4WbId6nYbDSpF9cYnQBOkbNGvzW6/opCztZ1ck=";
hash = "sha256-yN7KsiPnhGSm8wj44zn1TzGhRDIMflkKiRnBlVT5i2o=";
};

postPatch = ''
Expand Down

0 comments on commit 5367951

Please sign in to comment.