python310Packages.tweepy: 4.12.1 -> 4.13.0

Diff: https://github.com/tweepy/tweepy/compare/refs/tags/v4.12.1...v4.13.0

Changelog: https://github.com/tweepy/tweepy/releases/tag/v4.13.0
This commit is contained in:
Fabian Affolter
2023-03-12 19:15:08 +01:00
parent bc3e4e06ce
commit ab1a1fb375
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "tweepy";
version = "4.12.1";
version = "4.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jyH2qJoVFuNwZCOtl2CvuuMCpJXCvlxcaHJd7fT1XzA=";
hash = "sha256-47TXKZLS2j+YdCYt2cJbdzsVOHeRzGYqUNyOOKIgXkc=";
};
propagatedBuildInputs = [