python3Packages.publicsuffixlist: 1.0.2.20260615 -> 1.0.2.20260623

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260623-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-06-23 21:14:54 +02:00
parent 90d704fbd0
commit 2ea917ae94
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260615";
version = "1.0.2.20260623";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-jVK3tbW3XxG6xMA0p7GB0f0csn3UQKII4RwiZuYxiYs=";
hash = "sha256-eA3za3WRF2Y+E1vwtp6fJC8CmNs/FdE83rPUDgVBzws=";
};
postPatch = ''