lol

python: wcwidth: 0.2.3 -> 0.2.5

+2 -2
+2 -2
pkgs/development/python-modules/wcwidth/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "wcwidth"; 9 - version = "0.2.3"; 10 11 src = fetchPypi { 12 inherit pname version; 13 - sha256 = "edbc2b718b4db6cdf393eefe3a420183947d6aa312505ce6754516f458ff8830"; 14 }; 15 16 checkInputs = [ pytestCheckHook ];
··· 6 7 buildPythonPackage rec { 8 pname = "wcwidth"; 9 + version = "0.2.5"; 10 11 src = fetchPypi { 12 inherit pname version; 13 + sha256 = "c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"; 14 }; 15 16 checkInputs = [ pytestCheckHook ];