python312Packages.publicsuffixlist: 1.0.2.20240927 -> 1.0.2.20241001 (#345739)

This commit is contained in:
Nick Cao 2024-10-01 16:47:43 -04:00 committed by GitHub
commit 2be6594fcd
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.20240927";
version = "1.0.2.20241001";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nelIcgIsZNa7sqIT7AyA3eZqBpkSZisn/3osvqaBhNk=";
hash = "sha256-Q1CgVkbeaphsuzsHYnkOKpW5E2oSfAuSN8rotfsZzeE=";
};
build-system = [ setuptools ];