python312Packages.publicsuffixlist: 1.0.2.20241127 -> 1.0.2.20241129

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20241129-gha/CHANGES.md
This commit is contained in:
Fabian Affolter 2024-11-29 08:10:14 +01:00
parent 20b02e33c9
commit 614d709921

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241127";
version = "1.0.2.20241129";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RoBtvaWAu9VRNSzbYkFZFEPvbUUu0tc/Z16bxm+ELas=";
hash = "sha256-MPeNx0jW1RLO1HwJqvFKuR4oEjmELA/bGHGDKn93rag=";
};
build-system = [ setuptools ];