python: tldextract: 2.2.1 -> 2.2.2

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:16 +02:00
parent 36ae9efb3d
commit 943da91517

View file

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