Merge pull request #266424 from fabaff/publicsuffixlist-bump

python311Packages.publicsuffixlist: 0.10.0.20231105 -> 0.10.0.20231109
This commit is contained in:
OTABI Tomoya 2023-11-09 22:42:39 +09:00 committed by GitHub
commit b70101c652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [