python313Packages.publicsuffixlist: 1.0.2.20250213 -> 1.0.2.20250219

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250219-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-02-19 10:29:15 +01:00
parent d1e7ea7cd3
commit 32e043d959
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250213";
version = "1.0.2.20250219";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-gbT6n/jr+GgYDh0046DsTiQesJ6jp7WQS/wvwe/0NCw=";
hash = "sha256-sFhC19nKDpZBj5W/RgWPC9XdwlHoJAuY1tBEgO+r52o=";
};
build-system = [ setuptools ];