python312Packages.publicsuffixlist: 1.0.2.20240724 -> 1.0.2.20240903

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20240903-gha/CHANGES.md
This commit is contained in:
Fabian Affolter 2024-09-03 20:10:07 +02:00
parent 4e2566ea2b
commit 2c2d7a0f07

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20240724";
version = "1.0.2.20240903";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7pxRDUkWC1Umu5Eq6JiUnRadbMmjC96uMJynYPhSfUI=";
hash = "sha256-mcfzWXTvMKXb5Xc5c2pweOFuME8KUgtyNPoRssxf7EA=";
};
build-system = [ setuptools ];