python313Packages.publicsuffixlist: 1.0.2.20250606 -> 1.0.2.20250608 (#415226)

This commit is contained in:
Aleksana 2025-06-10 16:07:54 +08:00 committed by GitHub
commit 9cd0574ea7
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.20250606";
version = "1.0.2.20250608";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-N4Lp8bRrD18DvSyg0Ye9wV/T1w2prNjHEdVDSq0wJoM=";
hash = "sha256-C4RywYvx5bNuor4agXBN6XpoLkxHJGMAuBocZ9FcGYM=";
};
build-system = [ setuptools ];