python3Packages.twitterapi: 2.6.10 -> 2.7.1

This commit is contained in:
Fabian Affolter 2021-04-15 00:14:04 +02:00
parent 6802c2e2ce
commit 22747baca0

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "twitterapi";
version = "2.6.10";
version = "2.7.1";
src = fetchFromGitHub {
owner = "geduldig";
repo = "TwitterAPI";
rev = "v${version}";
sha256 = "sha256-ylxjeIK9cjT4r71j+sULYs6yyYWfKDkpm0bESMo7s3o=";
sha256 = "sha256-fLexFlnoh58b9q4mo9atGQmMttKytTfAYmaPj6xmPj8=";
};
propagatedBuildInputs = [