python3Packages.publicsuffixlist: 1.0.2.20260625 -> 1.0.2.20260702

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20260702-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2026-07-02 23:49:57 +02:00
parent d3fdde2bf8
commit bf6a764936
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "publicsuffixlist";
version = "1.0.2.20260625";
version = "1.0.2.20260702";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-TLRRZvyzKKKJTf7ZSVNOaY86APJ/CKjQg/9+Bea68RA=";
hash = "sha256-DqicazZHXh8ZzxIpYC8NuvsuGIp4xfrsxk0/AbBLgNA=";
};
postPatch = ''