python313Packages.publicsuffixlist: 1.0.2.20250603 -> 1.0.2.20250606

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250606-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-06-06 15:14:55 +02:00
parent c31d0742c5
commit 24b3e369f8

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250603";
version = "1.0.2.20250606";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yilOA8vKLb7Q1KTAM7+iO5HIkphALi+BL64RdXIpcX4=";
hash = "sha256-N4Lp8bRrD18DvSyg0Ye9wV/T1w2prNjHEdVDSq0wJoM=";
};
build-system = [ setuptools ];