python313Packages.publicsuffixlist: 1.0.2.20250423 -> 1.0.2.20250425

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250425-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-04-25 18:35:25 +02:00
parent 31357d17a3
commit 716e4f329a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250423";
version = "1.0.2.20250425";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AV337Hvto1AYFcMS3uE/N8AtmNBYbsdnlAHIlc7xazc=";
hash = "sha256-kiz2MnUnrBLG6pNUtH73783gLUrOKYn4m3a12tFbOn4=";
};
build-system = [ setuptools ];