python310Packages.publicsuffixlist: 0.10.0.20230702 -> 0.10.0.20230711

This commit is contained in:
Fabian Affolter 2023-07-11 20:43:18 +02:00
parent c8bf638a95
commit e8d951d909

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20230702";
version = "0.10.0.20230711";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OmpendH56nBoiNVhQWf6FWfiUoTV0yzlEyPOo+g5DSg=";
hash = "sha256-yFShirput7wpYLQoDauxW5xxc6o2ptWFAYSAEqDmzBA=";
};
passthru.optional-dependencies = {