python312Packages.publicsuffixlist: 1.0.2.20241010 -> 1.0.2.20241017 (#349391)

This commit is contained in:
Fabian Affolter 2024-10-18 08:59:11 +02:00 committed by GitHub
commit b3a40e9a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241010";
version = "1.0.2.20241017";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pybYJrw7ZwSZXODKFE2HdoBg4Y4d855uV/LGRWccDfk=";
hash = "sha256-OHp7MYu9eo3hWQFKChuB1Yw8Lqal8NXJoERAVv1pS78=";
};
build-system = [ setuptools ];