python313Packages.publicsuffixlist: 1.0.2.20251015 -> 1.0.2.20251018

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20251018-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-10-20 13:32:44 +02:00
parent 4fb2921e64
commit c15012d5aa
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20251015";
version = "1.0.2.20251018";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TejQ78FtVh+zzbXxOh6JJKO73YY2coDpvlBHTJz3AkI=";
hash = "sha256-QDIAZa0slqNRcDoJ7pOuFIzntlCfbIfNrjvPmSznYdI=";
};
build-system = [ setuptools ];