python3Packages.publicsuffixlist: 1.0.2.20260412 -> 1.0.2.20260417

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260417-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-04-17 09:13:22 +02:00
parent 65e88f755b
commit 15557b8b49
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260412";
version = "1.0.2.20260417";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-wRQDRrKd86CZZ4bVBQXZKeeb25EQ+rUHWT+P5hEItnE=";
hash = "sha256-NiVaU/Oj/qNDbOicG3AUZVVOVFPL9/Vnbp6kyUJ6pyg=";
};
postPatch = ''