python37Packages.tweepy: 3.7.0 -> 3.8.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-tweepy/versions
This commit is contained in:
R. RyanTM 2019-07-20 06:43:06 -07:00
parent 663542ad04
commit 4c8de690c5

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;