python313Packages.publicsuffixlist: 1.0.2.20250529 -> 1.0.2.20250603 (#414069)

This commit is contained in:
Nick Cao
2025-06-04 19:36:14 -04:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250529";
version = "1.0.2.20250603";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0hK9gd9nW5WVCDbc7BqvBi0Xn5Vysn0wS08UwNpyY3s=";
hash = "sha256-yilOA8vKLb7Q1KTAM7+iO5HIkphALi+BL64RdXIpcX4=";
};
build-system = [ setuptools ];