python314Packages.publicsuffixlist: 1.0.2.20260214 -> 1.0.2.20260218

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260218-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-02-18 10:11:11 +01:00
parent 5a8edcc17b
commit ff7826cbd6
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260214";
version = "1.0.2.20260218";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-3aLndaqZFfw5t8NZhwMnnlPJAI0uItD3Yur9lLei1U4=";
hash = "sha256-Z03vycoK1WhmbjW5ux/KYVYKC876h6tr7D+h0lnKDPE=";
};
postPatch = ''