python312Packages.publicsuffixlist: 1.0.2.20241124 -> 1.0.2.20241127 (#359516)

This commit is contained in:
Nick Cao 2024-11-27 08:52:41 -05:00 committed by GitHub
commit 6110ec549c
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.20241124";
version = "1.0.2.20241127";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fgJwTEVA54932I+GfnTuejApGjyupbORJ3xoPm7nwOY=";
hash = "sha256-RoBtvaWAu9VRNSzbYkFZFEPvbUUu0tc/Z16bxm+ELas=";
};
build-system = [ setuptools ];