python312Packages.publicsuffixlist: 0.10.0.20240416 -> 0.10.0.20240420

This commit is contained in:
Fabian Affolter 2024-04-20 10:38:06 +02:00
parent 5fdcda56d0
commit e4a2abca5d
1 changed files with 2 additions and 2 deletions

View File

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