lol

Merge pull request #218698 from fabaff/tld-bump

python310Packages.tld: 0.12.7 -> 0.13

authored by

Fabian Affolter and committed by
GitHub
bd188f17 fc468140

+6 -2
+6 -2
pkgs/development/python-modules/tld/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "tld"; 12 - version = "0.12.7"; 12 + version = "0.13"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-tvdynhnODrx3ugpltw1iE665UsAf9gXhKZquX7diHF4="; 19 + hash = "sha256-k93l4cBL3xhEl26uRAcGN50h9KsjW3PAXXSD4HT7Vik="; 20 20 }; 21 + 22 + postPatch = '' 23 + sed -i "/--cov/d" pytest.ini 24 + ''; 21 25 22 26 nativeCheckInputs = [ 23 27 pytestCheckHook