python312Packages.publicsuffixlist: 1.0.2.20240920 -> 1.0.2.20240927 (#344953)

This commit is contained in:
Fabian Affolter 2024-09-28 13:58:19 +02:00 committed by GitHub
commit b5b2fecd0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "publicsuffixlist"; pname = "publicsuffixlist";
version = "1.0.2.20240920"; version = "1.0.2.20240927";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-LZDAepnKR2/BfU/grBE1Aw3wXwt9atAPu3dfh9KZ9tE="; hash = "sha256-nelIcgIsZNa7sqIT7AyA3eZqBpkSZisn/3osvqaBhNk=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];