python312Packages.publicsuffixlist: 1.0.2.20241121 -> 1.0.2.20241123 (#358543)

This commit is contained in:
Nick Cao 2024-11-24 08:12:47 -05:00 committed by GitHub
commit af1a3fa09a
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.20241121";
version = "1.0.2.20241123";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-d437em6EKBDGL2JufpNX1o+kO3basx5e/xb7m4d2qec=";
hash = "sha256-b+72cEjaxZgVWbpLv4EZY0Kszv545/niXpGvWpEJGgE=";
};
build-system = [ setuptools ];