Merge pull request #236597 from fabaff/publicsuffixlist-bump

python311Packages.publicsuffixlist: 0.10.0.20230506 -> 0.10.0.20230608
This commit is contained in:
Nick Cao 2023-06-08 03:30:06 -06:00 committed by GitHub
commit 55189a2495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20230506";
version = "0.10.0.20230608";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-weQ31XTbv8VNNoyCSLpCEoCxAB11QXBRuvR+mmtGzWQ=";
hash = "sha256-hMtOGJMX0VGquGxQUX/KSIALT0bORZaBEyoZSDLLBlc=";
};
passthru.optional-dependencies = {