python312Packages.publicsuffixlist: 0.10.0.20240207 -> 0.10.0.20240210

This commit is contained in:
R. Ryantm 2024-02-10 04:02:01 +00:00
parent b2b2c22016
commit 278fead478

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20240207";
version = "0.10.0.20240210";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-P9VC6y7hhhIM7+DCtLDDIWOwLQNdvdOqgLg/h+JAnhs=";
hash = "sha256-U19eJmRDA1Ozz6f81IbXepsXScf7yJZQiaNecqdsYK4=";
};
nativeBuildInputs = [