python313Packages.publicsuffixlist: 1.0.2.20251229 -> 1.0.2.20260108

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260108-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-01-08 17:21:12 +01:00
parent 88d34a0be4
commit c92d0fe080
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20251229";
version = "1.0.2.20260108";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-v+BeApvsCqf4QNaN+b+6oYyKz7/KUSRf8fgIFcYIz/4=";
hash = "sha256-Jrm70tRfc8kRf4K7+81yGFxBqfl0uyVaYLTNaE5kEQw=";
};
postPatch = ''