Merge pull request #230199 from fabaff/tweepy-bump

python311Packages.tweepy: 4.13.0 -> 4.14.0
This commit is contained in:
Robert Scott 2023-05-07 00:06:16 +01:00 committed by GitHub
commit ddf5966c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "tweepy";
version = "4.13.0";
version = "4.14.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-47TXKZLS2j+YdCYt2cJbdzsVOHeRzGYqUNyOOKIgXkc=";
hash = "sha256-ugqa85l0eWVtMUl5d+BjEWvTyH8c5NVtsnPflkHTWh8=";
};
propagatedBuildInputs = [