python312Packages.publicsuffixlist: 1.0.2.20241108 -> 1.0.2.20241121

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20241121-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2024-11-21 08:58:57 +01:00
parent 143ce3aca9
commit 1e5fa97649
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241108";
version = "1.0.2.20241121";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OsuirJ28KmKPnjntwXw6xrPKCX7wu/iGeeX/zIpf6qc=";
hash = "sha256-d437em6EKBDGL2JufpNX1o+kO3basx5e/xb7m4d2qec=";
};
build-system = [ setuptools ];