python313Packages.publicsuffixlist: 1.0.2.20250906 -> 1.0.2.20250911

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250911-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-09-12 10:07:16 +02:00
parent e2f132a017
commit a89a657cea
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250906";
version = "1.0.2.20250911";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-q2NaPMku1mwTHdhvi8xnWNcrBBXL7KOxMYd5g8cnWGU=";
hash = "sha256-1Q1p3s50xCjDu/6PHpDIFEQWD+zbVK2lHUc4tej7yBs=";
};
build-system = [ setuptools ];