python312Packages.publicsuffixlist: 1.0.2.20240920 -> 1.0.2.20240927

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20240927-gha/CHANGES.md
This commit is contained in:
Fabian Affolter 2024-09-27 23:48:34 +02:00
parent adec8be40b
commit d0e35ece0f

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20240920";
version = "1.0.2.20240927";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LZDAepnKR2/BfU/grBE1Aw3wXwt9atAPu3dfh9KZ9tE=";
hash = "sha256-nelIcgIsZNa7sqIT7AyA3eZqBpkSZisn/3osvqaBhNk=";
};
build-system = [ setuptools ];