python313Packages.publicsuffixlist: 1.0.2.20250719 -> 1.0.2.20250724 (#428877)

authored by Fabian Affolter and committed by GitHub 6525cb56 fd3c2b0d

+2 -2
+2 -2
pkgs/development/python-modules/publicsuffixlist/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "publicsuffixlist"; 14 - version = "1.0.2.20250719"; 14 + version = "1.0.2.20250724"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-AEQ660tm0jEPMBxIpsIrni1GyxiQa12UlH87msEZzec="; 21 + hash = "sha256-eZKPikda5WtjxSS+nZGftcMVFjFrZMeHVt9XAl5QQWs="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];