python3Packages.twitterapi: 2.7.3 -> 2.7.4

This commit is contained in:
Fabian Affolter 2021-07-01 22:44:26 +02:00 committed by Jonathan Ringer
parent b38329171a
commit 3605a1f362

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "twitterapi";
version = "2.7.3";
version = "2.7.4";
src = fetchFromGitHub {
owner = "geduldig";
repo = "TwitterAPI";
rev = "v${version}";
sha256 = "sha256-82TOVrC7wX7E9lKsx3iGxaEEjHSzf5uZwePBvAw3hDk=";
sha256 = "sha256-HDPRpM1LDTtUbldzfCrsdh/GpbzNCVVUVGwohyMe/YE=";
};
propagatedBuildInputs = [