python312Packages.publicsuffixlist: 1.0.2.20240913 -> 1.0.2.20240915

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20240915-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2024-09-15 14:39:33 +02:00
parent 3705fd7a2e
commit bec7b80e56
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20240913";
version = "1.0.2.20240915";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-H7+HSF0XKfAOA8LI+/O3Ke495Yhrwb2LWAz4bd2FC18=";
hash = "sha256-fUo6D2QF1TMpC04Em97V1QDKN4mBq5bJzLbOT5xmZVM=";
};
build-system = [ setuptools ];