python311Packages.publicsuffixlist: 0.10.0.20231030 -> 0.10.0.20231104

This commit is contained in:
Fabian Affolter 2023-11-04 11:07:23 +01:00
parent 47ab3596a7
commit f3049bd1ea

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20231030";
version = "0.10.0.20231104";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1yRv6zg9mKJTinR57QHvCx/0mi0b2O3CkcoH1v4QuNo=";
hash = "sha256-p+sOaRfp2IDdXL6eotCrSHu91i+mAwavmqELa5nDB7c=";
};
nativeBuildInputs = [