Merge pull request #285525 from fabaff/publicsuffixlist-bump

python311Packages.publicsuffixlist: 0.10.0.20240127 -> 0.10.0.20240201
This commit is contained in:
Nick Cao 2024-02-01 09:53:03 -05:00 committed by GitHub
commit 2e2e164815
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.20240127";
version = "0.10.0.20240201";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6IpNJsLj4IlMXoEneM9FeYcW6K0Vq5/97fPK5jZMFYQ=";
hash = "sha256-8IAfr55UWsstyyoFr5KJWAtU1LnAguEAwUSWts/iK1o=";
};
nativeBuildInputs = [