python313Packages.publicsuffixlist: 1.0.2.20250719 -> 1.0.2.20250724

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250724-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-07-27 18:36:16 +02:00
parent f94d02af65
commit daa91693b9
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250719";
version = "1.0.2.20250724";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AEQ660tm0jEPMBxIpsIrni1GyxiQa12UlH87msEZzec=";
hash = "sha256-eZKPikda5WtjxSS+nZGftcMVFjFrZMeHVt9XAl5QQWs=";
};
build-system = [ setuptools ];