Merge pull request #288883 from fabaff/publicsuffixlist-bump

python311Packages.publicsuffixlist: 0.10.0.20240210 -> 0.10.0.20240214
This commit is contained in:
Nick Cao 2024-02-15 09:06:14 -05:00 committed by GitHub
commit 249dc99f00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20240210";
version = "0.10.0.20240214";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-U19eJmRDA1Ozz6f81IbXepsXScf7yJZQiaNecqdsYK4=";
hash = "sha256-RaIGxfnB7M8ThIEoDPsKZ8LMr8eC74nH/W3GxDViMP4=";
};
nativeBuildInputs = [