python312Packages.publicsuffixlist: 1.0.2.20241019 -> 1.0.2.20241023

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20241023-gha/CHANGES.md
This commit is contained in:
Fabian Affolter 2024-10-23 16:04:52 +02:00
parent 3a5f67d082
commit 00dd1c3a60

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241019";
version = "1.0.2.20241023";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OvnRc+PV0rJxTgN4nPf9znsJtMTVU16nKTwdDA140Wc=";
hash = "sha256-WQs4DJygcyOTzDZHlbjW+uZAna5oswDDk4NwgS/Vr1c=";
};
build-system = [ setuptools ];