python312Packages.publicsuffixlist: 0.10.1.20240616 -> 0.10.1.20240618

This commit is contained in:
Fabian Affolter 2024-06-19 09:13:20 +02:00
parent 4eb5dacee9
commit d3a9ac5b34

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.1.20240616";
version = "0.10.1.20240618";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fVmEBr9omsCeRAsaPUZ07y1in/bx7JeGHIPwrBxGpY8=";
hash = "sha256-+wJoH/vCwNPmQlQfikDmnqbNQlMLA315N+U4Yvy/mMw=";
};
build-system = [ setuptools ];