lol
0
fork

Configure Feed

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

python3Packages.jsbeautifier: 1.13.5 -> 1.14.0

+2 -2
+2 -2
pkgs/development/python-modules/jsbeautifier/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "jsbeautifier"; 5 - version = "1.13.5"; 5 + version = "1.14.0"; 6 6 7 7 propagatedBuildInputs = [ six editorconfig ]; 8 8 checkInputs = [ pytest ]; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "4532a6bc85ba91ffc542b55d65cd13cedc971a934f26f51ed56d4c680b3fbe66"; 12 + sha256 = "84fdb008d8af89619269a6aca702288b48f837a99427a0f529aa57ecfb36ee3c"; 13 13 }; 14 14 15 15 meta = with lib; {