python313Packages.publicsuffixlist: 1.0.2.20250814 -> 1.0.2.20250815 (#434539)

This commit is contained in:
Fabian Affolter 2025-08-18 00:02:37 +02:00 committed by GitHub
commit 8c896d5b9b
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.20250814";
version = "1.0.2.20250815";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pYOjopZlGfe28FzZmGP485l/AzqNzoW8ecft94p7q+c=";
hash = "sha256-N08LlCOmZvkBbIPUh80QY/NM5wxS4FefKnFF4XvlH0k=";
};
build-system = [ setuptools ];