python3Packages.publicsuffixlist: 1.0.2.20260502 -> 1.0.2.20260507

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260507-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-05-07 13:29:56 +02:00
parent e3dc5d9036
commit e023a1c0cf
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260502";
version = "1.0.2.20260507";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-7/e4XitL6pcv9qlyqXlLpwWCiHmLdYj5hAE0/YfllAE=";
hash = "sha256-TXCX8ALOebv6anqUr3Vp+W1X77e1ZJfXipnk4L9cLf4=";
};
postPatch = ''