python313Packages.publicsuffixlist: 1.0.2.20251030 -> 1.0.2.20251031

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20251031-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-11-01 10:52:59 +01:00
parent 21f3360894
commit 2088538ecc
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20251030";
version = "1.0.2.20251031";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vEQp18br81UIBQtfVW8XAsR3i9iMhTiPtDKQqyJhW9w=";
hash = "sha256-pMZj8al1ps6NMzOcBJK5eO3ckNnYX0dFYKQ/3stVmmQ=";
};
build-system = [ setuptools ];