python310Packages.publicsuffixlist: 0.10.0.20231122 -> 0.10.0.20231214

This commit is contained in:
R. Ryantm 2023-12-21 19:30:58 +00:00
parent d6863cbcbb
commit 7225eb645b

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20231122";
version = "0.10.0.20231214";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0CrHVPoQTS3I9ZPvf/4wWQX4vYn5vAeWUxNanjnbF60=";
hash = "sha256-dqLtRoFPCR6oZ/tApsIMFCpDeveq56yOtCXdxGS8uOE=";
};
nativeBuildInputs = [