lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.publicsuffixlist: 1.0.2.20250412 -> 1.0.2.20250417 (#399396)

authored by

Fabian Affolter and committed by
GitHub
79b9620e 55829182

+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.20250412"; 14 + version = "1.0.2.20250417"; 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-bnsevMlfJY0cjfhhqA+RyB/SP2QklVmDM+Bgt3ATLko="; 21 + hash = "sha256-hIZcImPbnSWtr9PV3etARhOweu+lxrgpTp//PCV47O0="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];