python312Packages.publicsuffixlist: 1.0.2.20240903 -> 1.0.2.20240905

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20240905-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2024-09-05 22:26:06 +02:00
parent 6431f0d9f8
commit 63c3178ca9
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20240903";
version = "1.0.2.20240905";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-mcfzWXTvMKXb5Xc5c2pweOFuME8KUgtyNPoRssxf7EA=";
hash = "sha256-qDT+ksSwJkgyeVJl3hqc2p4uPux8Gjsq6cnW/SQ4NDE=";
};
build-system = [ setuptools ];