python37Packages.tldextract: 2.2.0 -> 2.2.1 (#57464)

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-tldextract/versions
This commit is contained in:
R. RyanTM 2019-03-15 08:48:08 -07:00 committed by Robert Schütz
parent e3357a1b5a
commit ba269fce41

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "tldextract";
version = "2.2.0";
version = "2.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "1d5s8v6kpsgazyahflhji1cfdcf89rv7l7z55v774bhzvcjp2y99";
sha256 = "1lcywabjy7vpm6awl2cw4m6rk6h85qnbql0j33xcfryy2dhfyaxp";
};
propagatedBuildInputs = [ requests requests-file idna ];