python312Packages.publicsuffixlist: 0.10.0.20240412 -> 0.10.0.20240416

This commit is contained in:
Fabian Affolter 2024-04-16 10:23:02 +02:00
parent d4d0ea65ee
commit 88795631d6

View File

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "publicsuffixlist"; pname = "publicsuffixlist";
version = "0.10.0.20240412"; version = "0.10.0.20240416";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-G2hdl029MlirHH9HNEnPKlUnWnSplbYKhBDw8H1/W3g="; hash = "sha256-Y0QP9SNJQOMGEKAEeDwKNTRQtFiwUOWGLbkGJx66SBk=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];