python313Packages.publicsuffixlist: 1.0.2.20250301 -> 1.0.2.20250302

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250302-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-03-03 09:09:41 +01:00
parent 8e5d5c044f
commit 95a3b72a20
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250301";
version = "1.0.2.20250302";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-M8Od0n1+dnvTq0POrB7J+iztdyxoxy+HJTFL6FvJ6gE=";
hash = "sha256-2Nup9ZfduiK7vOTGpMGXiJDuFsyA1t5TcL7qpCvzXco=";
};
build-system = [ setuptools ];