python3Packages.publicsuffixlist: 1.0.2.20251217 -> 1.0.2.20251222

This commit is contained in:
R. Ryantm
2025-12-22 12:07:48 +00:00
parent 3a8942383c
commit 503d2a02c1
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20251217";
version = "1.0.2.20251222";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-9ejbvyQMukwcXUJv79coU2L7YEe8fA393cyBC6S2QCo=";
hash = "sha256-AH9okvxG0VBeh6tM1BStIKyWhd1OjfiNmVlX8s8sykU=";
};
postPatch = ''