python312Packages.publicsuffixlist: 1.0.2.20240918 -> 1.0.2.20240920

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20240920-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2024-09-23 08:14:04 +02:00
parent d218baf24f
commit c0d12c19cb
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20240918";
version = "1.0.2.20240920";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6OBk3CwWX4Wlq8w4JQims5lTuIREpm2jCJmy/c1Z1rI=";
hash = "sha256-LZDAepnKR2/BfU/grBE1Aw3wXwt9atAPu3dfh9KZ9tE=";
};
build-system = [ setuptools ];