python313Packages.publicsuffixlist: 1.0.2.20250121 -> 1.0.2.20250122

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250122-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-01-22 18:19:21 +01:00
parent 57ba317088
commit bec77a7e53
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250121";
version = "1.0.2.20250122";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LVbIYZ0rkGmZKbtnenZF5elK9wnr3A+b24NZXX3pxUM=";
hash = "sha256-FQXZsqPxWyF5II+tzOzWT/gED+GfZgiVefBPG/6wwT4=";
};
build-system = [ setuptools ];