python3Packages.publicsuffixlist: 1.0.2.20260529 -> 1.0.2.20260611

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260611-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-06-12 09:12:15 +02:00
parent b82824524e
commit dd7737fc0d
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260529";
version = "1.0.2.20260611";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-q50y20Gy9GaW2bTZ5ArPK8Kpl/m2NG3CkO6Xxlxc3+o=";
hash = "sha256-zwFR1F4yqo0O7rLHbhQcaPlxVnttEaylk/duiX7SxcY=";
};
postPatch = ''