python314Packages.publicsuffixlist: 1.0.2.20260211 -> 1.0.2.20260214

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