python313Packages.publicsuffixlist: 1.0.2.20260131 -> 1.0.2.20260204

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260204-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-02-04 09:27:19 +01:00
parent 23568aaa7d
commit d29fbd3a1d
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260131";
version = "1.0.2.20260204";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-GN9GjLogMSYZFHLSQn1RzDcTdWgRk2zuMTw9iCTTODA=";
hash = "sha256-PPciiXJRTyhMgJiZTrFYuAWrcbqb40tcahMTF9s/4sw=";
};
postPatch = ''