python312Packages.publicsuffixlist: 1.0.2.20240918 -> 1.0.2.20240920 (#343887)

This commit is contained in:
Fabian Affolter 2024-09-23 12:42:24 +02:00 committed by GitHub
commit 3b217f8037
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.20240918";
version = "1.0.2.20240920";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6OBk3CwWX4Wlq8w4JQims5lTuIREpm2jCJmy/c1Z1rI=";
hash = "sha256-LZDAepnKR2/BfU/grBE1Aw3wXwt9atAPu3dfh9KZ9tE=";
};
build-system = [ setuptools ];