python313Packages.publicsuffixlist: 1.0.2.20250606 -> 1.0.2.20250608

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250608-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-06-09 09:28:15 +02:00
parent 0b35f05269
commit 10e64889db
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250606";
version = "1.0.2.20250608";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-N4Lp8bRrD18DvSyg0Ye9wV/T1w2prNjHEdVDSq0wJoM=";
hash = "sha256-C4RywYvx5bNuor4agXBN6XpoLkxHJGMAuBocZ9FcGYM=";
};
build-system = [ setuptools ];