Merge pull request #242902 from fabaff/publicsuffixlist-bump

python310Packages.publicsuffixlist: 0.10.0.20230702 -> 0.10.0.20230711
This commit is contained in:
Nick Cao 2023-07-12 09:26:37 +08:00 committed by GitHub
commit 1855069b3d
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.20230702";
version = "0.10.0.20230711";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OmpendH56nBoiNVhQWf6FWfiUoTV0yzlEyPOo+g5DSg=";
hash = "sha256-yFShirput7wpYLQoDauxW5xxc6o2ptWFAYSAEqDmzBA=";
};
passthru.optional-dependencies = {