python3Packages.publicsuffixlist: 1.0.2.20260411 -> 1.0.2.20260412

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260412-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-04-13 09:01:50 +02:00
parent 9855b4ee2b
commit 69ad71b86a
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260411";
version = "1.0.2.20260412";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-24VElVHBxL7czt72+iDuHxw8V+ivpcOTx0wNDdmcPWM=";
hash = "sha256-wRQDRrKd86CZZ4bVBQXZKeeb25EQ+rUHWT+P5hEItnE=";
};
postPatch = ''