python313Packages.publicsuffixlist: 1.0.2.20250719 -> 1.0.2.20250724 (#428877)

This commit is contained in:
Fabian Affolter 2025-07-28 09:39:48 +02:00 committed by GitHub
commit 6525cb56d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];