python313Packages.publicsuffixlist: 1.0.2.20250219 -> 1.0.2.20250223 (#384892)

This commit is contained in:
Nick Cao
2025-02-25 14:03:07 -05:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250219";
version = "1.0.2.20250223";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sFhC19nKDpZBj5W/RgWPC9XdwlHoJAuY1tBEgO+r52o=";
hash = "sha256-6IycNmVXeZQA3/x54B1sVueUWn7wjwH8B7LrD3qh5g8=";
};
build-system = [ setuptools ];