python311Packages.publicsuffixlist: 0.10.0.20240214 -> 0.10.0.20240303

This commit is contained in:
Fabian Affolter 2024-03-03 10:01:54 +01:00
parent 768bb87988
commit 1bb317debb

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20240214";
version = "0.10.0.20240303";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RaIGxfnB7M8ThIEoDPsKZ8LMr8eC74nH/W3GxDViMP4=";
hash = "sha256-nzDc1cKz29OILImnuh5fBDTJ5IsRjlhcdGWfM5IIqzo=";
};
nativeBuildInputs = [