Merge pull request #171188 from r-ryantm/auto-update/python3.10-twitch-python

python310Packages.twitch-python: 0.0.19 -> 0.0.20
This commit is contained in:
Mario Rodas 2022-05-01 22:25:42 -05:00 committed by GitHub
commit 505797f2b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "twitch-python"; pname = "twitch-python";
version = "0.0.19"; version = "0.0.20";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b0b02abdd33458e4ffabc632aa6a6779f3599e188819632551353b6c5553f5c5"; sha256 = "sha256-bgnXIQuOCrtoknZ9ciB56zWxTCnncM2032TVaey6oXw=";
}; };
disabled = !isPy3k; disabled = !isPy3k;