python312Packages.publicsuffixlist: 1.0.2.20241129 -> 1.0.2.20241130 (#360401)

This commit is contained in:
Fabian Affolter 2024-12-02 09:00:45 +01:00 committed by GitHub
commit e105c62d1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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