python3Packages.pytwitchapi: 2.5.0 -> 2.5.1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:10 -08:00
parent 59391a4bfd
commit 809760dc0e
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytwitchapi";
version = "2.5.0";
version = "2.5.1";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Teekeks";
repo = "pyTwitchAPI";
rev = "v${version}";
sha256 = "0sbzl9a4zxnvnvkmmmfc9c157dgq7y6qfb2cid5nym6jhxkixnqk";
sha256 = "091p9yx0cc7aclj76s1n1jdzkypicy9b2mxgmk2fym5viqlgpbkk";
};
propagatedBuildInputs = [