python313Packages.publicsuffixlist: 1.0.2.20260117 -> 1.0.2.20260121

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260121-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-01-22 21:40:08 +01:00
parent c5a8ad25e4
commit 9192c6e880
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260117";
version = "1.0.2.20260121";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-JOESMNtP5Nfmi7QyA/gL9Sf2FMBiWn3CdJ17BETYWOU=";
hash = "sha256-3CjU0m330GWrQksBe7d9W8PZfAIyzZ80MlDNewgWC78=";
};
postPatch = ''