python313Packages.publicsuffixlist: 1.0.2.20250608 -> 1.0.2.20250613 (#416619)

This commit is contained in:
Fabian Affolter
2025-06-14 19:29:16 +02:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250608";
version = "1.0.2.20250613";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-C4RywYvx5bNuor4agXBN6XpoLkxHJGMAuBocZ9FcGYM=";
hash = "sha256-XTO7dlYGG6LP9qNVas93KyeTzqq9KBxCjOIdhdw2TR0=";
};
build-system = [ setuptools ];