python3Packages.publicsuffixlist: 1.0.2.20260403 -> 1.0.2.20260408

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260408-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-04-08 12:04:13 +02:00
parent 4dac0a430a
commit 32a3d256d2
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260403";
version = "1.0.2.20260408";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-kXg8lEvIBF6p2AfW7CjQheTU64qxko2AtSZYu+g5u98=";
hash = "sha256-nADjVKqlb776Rw8CC7dDqryD2BRJqXr8MNMWTKH2puk=";
};
postPatch = ''