python312Packages.publicsuffixlist: 1.0.2.20241130 -> 1.0.2.20241203

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20241203-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2024-12-03 23:28:22 +01:00
parent 32e51a5303
commit 65c5afda0a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241130";
version = "1.0.2.20241203";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ogQgadq8wVNlq8LI5FxWPdLiRVyzCD7D6cLRLGL5vsQ=";
hash = "sha256-rx0kVdLEFHTVH2TDZBUC8X/BtpUhEK8bpr4Fg8y/IvA=";
};
build-system = [ setuptools ];