python312Packages.publicsuffixlist: 1.0.2.20240913 -> 1.0.2.20240915 (#342059)

This commit is contained in:
Fabian Affolter 2024-09-16 10:08:27 +02:00 committed by GitHub
commit 28f0ce9eeb
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.20240913";
version = "1.0.2.20240915";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-H7+HSF0XKfAOA8LI+/O3Ke495Yhrwb2LWAz4bd2FC18=";
hash = "sha256-fUo6D2QF1TMpC04Em97V1QDKN4mBq5bJzLbOT5xmZVM=";
};
build-system = [ setuptools ];