python311Packages.publicsuffixlist: 0.10.0.20230730 -> 0.10.0.20230804

This commit is contained in:
Fabian Affolter 2023-08-04 18:49:38 +02:00
parent 064769a4eb
commit f4c5837306

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20230730";
version = "0.10.0.20230804";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HNOEfsHrwCBpcVYwlYrWe9/rfn+fNfaZ0w/EEpjO7aw=";
hash = "sha256-J8yeq9CuzXGlqPjGf8hnV0IeI+Wg0Q5GS69/8z+FLp8=";
};
passthru.optional-dependencies = {