python313Packages.publicsuffixlist: 1.0.2.20250925 -> 1.0.2.20250927

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250927-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-09-27 18:15:44 +02:00
parent 50893873b1
commit 3c224870f9
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250925";
version = "1.0.2.20250927";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/Y3HJais185YGLoXHXAOHWWMl414rblSGP8L7NQIMc8=";
hash = "sha256-vbAul+z36HKdKB0MEcuo7ux8wr5vg+v4cUJqGWy1rjg=";
};
build-system = [ setuptools ];