python312Packages.publicsuffixlist: 1.0.2.20241108 -> 1.0.2.20241121 (#357798)

This commit is contained in:
Fabian Affolter 2024-11-22 08:37:37 +01:00 committed by GitHub
commit 8096f79994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241108";
version = "1.0.2.20241121";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OsuirJ28KmKPnjntwXw6xrPKCX7wu/iGeeX/zIpf6qc=";
hash = "sha256-d437em6EKBDGL2JufpNX1o+kO3basx5e/xb7m4d2qec=";
};
build-system = [ setuptools ];