python3Packages.publicsuffixlist: 1.0.2.20260703 -> 1.0.2.20260710

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260710-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-07-11 11:14:49 +02:00
parent bbb4df715c
commit 8090cf34c5
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260703";
version = "1.0.2.20260710";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-NTZ4oalz09w74HpiWHRJP95yartWAHc8baWeQPBnZ3Q=";
hash = "sha256-lCJ66oP52KxMfVJ/LIan0qx2tjn09RAD0J9+8foEI6Q=";
};
postPatch = ''