Merge pull request #287647 from r-ryantm/auto-update/python312Packages.publicsuffixlist

python312Packages.publicsuffixlist: 0.10.0.20240207 -> 0.10.0.20240210
This commit is contained in:
Fabian Affolter 2024-02-10 08:56:02 +01:00 committed by GitHub
commit 0746665ff0
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.20240207";
version = "0.10.0.20240210";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-P9VC6y7hhhIM7+DCtLDDIWOwLQNdvdOqgLg/h+JAnhs=";
hash = "sha256-U19eJmRDA1Ozz6f81IbXepsXScf7yJZQiaNecqdsYK4=";
};
nativeBuildInputs = [