python313Packages.publicsuffixlist: 1.0.2.20250927 -> 1.0.2.20251002

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20251002-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-10-02 08:36:59 +02:00
parent 625ad63661
commit ba2009a7df
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250927";
version = "1.0.2.20251002";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vbAul+z36HKdKB0MEcuo7ux8wr5vg+v4cUJqGWy1rjg=";
hash = "sha256-Z5PJfDiXRYAsq8ZGIuk5HCJhHWQjqSZro01YjJOwP5k=";
};
build-system = [ setuptools ];