python312Packages.publicsuffixlist: 1.0.2.20240905 -> 1.0.2.20240906 (#340156)

This commit is contained in:
Nick Cao 2024-09-06 15:19:47 -04:00 committed by GitHub
commit 166b3fea31
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.20240905";
version = "1.0.2.20240906";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qDT+ksSwJkgyeVJl3hqc2p4uPux8Gjsq6cnW/SQ4NDE=";
hash = "sha256-AHvj0eyJKPGXEIk6Cu/q2cDDiGCDH/QvBPGm9Cfy2w8=";
};
build-system = [ setuptools ];