Merge pull request #317525 from fabaff/publicsuffixlist-bump

python312Packages.publicsuffixlist: 0.10.0.20240601 -> 0.10.1.20240605
This commit is contained in:
Fabian Affolter 2024-06-05 20:55:57 +02:00 committed by GitHub
commit afc905d26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "publicsuffixlist"; pname = "publicsuffixlist";
version = "0.10.0.20240601"; version = "0.10.1.20240605";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-5rX9MELEMrSh0bMSW58KzUr7u25Hvob5xQlVoj719q8="; hash = "sha256-ro7Ei9ijvq2wX8lE6+YJhl2co2Ls8qpcn+4gUfSmY1Y=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];