python311Packages.publicsuffixlist: 0.10.0.20231105 -> 0.10.0.20231109

This commit is contained in:
Fabian Affolter
2023-11-09 09:17:50 +01:00
parent a5e0fd8ecb
commit 142310b69f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20231105";
version = "0.10.0.20231109";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+/r2gVtA0j+aY827B0wZCOlogil7921V94/bay8/dVg=";
hash = "sha256-cr2rEoGVJ8BeXLfyPq4Auxu7OEOlVnKxlSMUREmji2E=";
};
nativeBuildInputs = [