python312Packages.publicsuffixlist: 1.0.2.20240912 -> 1.0.2.20240913

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20240913-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2024-09-14 11:46:18 +02:00
parent 2e1c8b3883
commit dab060bdc2
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20240912";
version = "1.0.2.20240913";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BF5puZ4AL1IoXun+vZ71WrKREShYj60Zdsy4uzh5h9I=";
hash = "sha256-H7+HSF0XKfAOA8LI+/O3Ke495Yhrwb2LWAz4bd2FC18=";
};
build-system = [ setuptools ];