python3Packages.publicsuffixlist: 1.0.2.20260408 -> 1.0.2.20260410

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260410-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-04-10 09:28:26 +02:00
parent 8e08908a4a
commit 172eb51eda
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260408";
version = "1.0.2.20260410";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-nADjVKqlb776Rw8CC7dDqryD2BRJqXr8MNMWTKH2puk=";
hash = "sha256-XhH04df3ikVy3yxVzipIdybghKAwi1/9kVH8bsNAp5E=";
};
postPatch = ''