Merge pull request #65167 from r-ryantm/auto-update/python3.7-tweepy

python37Packages.tweepy: 3.7.0 -> 3.8.0
This commit is contained in:
Mario Rodas 2019-07-20 18:42:01 -05:00 committed by GitHub
commit 0a352717b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "tweepy";
version = "3.7.0";
version = "3.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "fe85a79f58a01dd335968523b91c5fce760e7fe78bf25a6e71c72204fe499d0b";
sha256 = "0sri92mzhkifn16klkk2mhc2vcrvdmfp2wvkpfss518sln5q5gca";
};
doCheck = false;