python312Packages.publicsuffixlist: 1.0.2.20241217 -> 1.0.2.20241218 (#366189)

This commit is contained in:
Nick Cao
2024-12-19 09:08:37 -05:00
committed by GitHub

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241217";
version = "1.0.2.20241218";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-c46nDRPvPFSfSfYgEiwxQxHcxXCFMkH11SJ2opod6Ms=";
hash = "sha256-WqTtSeZpCQF0wLf9GwUKbhEf1IusdY9GNh6wYZ+P41E=";
};
build-system = [ setuptools ];