python3Packages.tldextract: 3.1.0 -> 3.1.1

This commit is contained in:
Fabian Affolter 2021-08-28 09:34:15 +02:00
parent b631286150
commit 8d9814b4d0

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "tldextract";
version = "3.1.0";
version = "3.1.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "cfae9bc8bda37c3e8c7c8639711ad20e95dc85b207a256b60b0b23d7ff5540ea";
sha256 = "sha256-HViDxJbaOoqnHR9NpIYs43TcfM9F5Ltn3rIBbsNPjTM=";
};
nativeBuildInputs = [ setuptools-scm ];