python312Packages.publicsuffixlist: 1.0.2.20241123 -> 1.0.2.20241124 (#358965)

This commit is contained in:
Fabian Affolter 2024-11-26 08:58:38 +01:00 committed by GitHub
commit ea6ba18570
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.20241123";
version = "1.0.2.20241124";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-b+72cEjaxZgVWbpLv4EZY0Kszv545/niXpGvWpEJGgE=";
hash = "sha256-fgJwTEVA54932I+GfnTuejApGjyupbORJ3xoPm7nwOY=";
};
build-system = [ setuptools ];