python312Packages.publicsuffixlist: 1.0.2.20241121 -> 1.0.2.20241123

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20241123-gha/CHANGES.md
This commit is contained in:
Fabian Affolter 2024-11-23 20:09:03 +01:00
parent ea24e14d56
commit 8e63bfaa6a

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241121";
version = "1.0.2.20241123";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-d437em6EKBDGL2JufpNX1o+kO3basx5e/xb7m4d2qec=";
hash = "sha256-b+72cEjaxZgVWbpLv4EZY0Kszv545/niXpGvWpEJGgE=";
};
build-system = [ setuptools ];