python313Packages.publicsuffixlist: 1.0.2.20250608 -> 1.0.2.20250613

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250613-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-06-14 09:31:05 +02:00
parent 63593e5f46
commit c2895fe4a6
@@ -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 ];