python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610)

This commit is contained in:
Fabian Affolter 2024-11-17 09:43:31 +01:00 committed by GitHub
commit 8b5b90584e
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.20241102";
version = "1.0.2.20241108";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dNnGnAybp11y8WGSvXiP0MNFRmw5TQgnrVBQGqwsDSQ=";
hash = "sha256-OsuirJ28KmKPnjntwXw6xrPKCX7wu/iGeeX/zIpf6qc=";
};
build-system = [ setuptools ];