python3Packages.tweepy: 4.3.0 -> 4.4.0

This commit is contained in:
Fabian Affolter 2021-11-20 00:05:40 +01:00
parent 45e0459f9c
commit 3b6fd94fd6

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "tweepy";
version = "4.3.0";
version = "4.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-lS/98DRpJH1UGGNzwqVVUJOeul+BX+I3e+ysmC0oL3I=";
sha256 = "sha256-GUo8uvShyIOWWcO5T1JvV7DMC1W70YILx/hvHIGQg0o=";
};
propagatedBuildInputs = [