python312Packages.publicsuffixlist: 1.0.2.20250124 -> 1.0.2.20250127

This commit is contained in:
R. Ryantm
2025-01-31 23:41:32 +00:00
parent 79187e681c
commit 82cd17dd84
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250124";
version = "1.0.2.20250127";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bl/ziwDSG6VmLqNo6TEhv7G+//veKNDa6nFSs4MMV5g=";
hash = "sha256-a2G64r752rlLiUjJQsdLut2CqaLZZB4A5HJlAp6gi5g=";
};
build-system = [ setuptools ];