python: jsbeautifier: 1.10.0 -> 1.10.2

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:08 +02:00
parent ecec131701
commit 982da9492a

View File

@ -2,14 +2,14 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "jsbeautifier"; pname = "jsbeautifier";
version = "1.10.0"; version = "1.10.2";
propagatedBuildInputs = [ six editorconfig ]; propagatedBuildInputs = [ six editorconfig ];
checkInputs = [ pytest ]; checkInputs = [ pytest ];
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1e389572ade865173605471e98df4002f4b6e5235121c13f1e4497a3eac69108"; sha256 = "a5ce5195c0b54a68eb813649829143373823ca28caa4d7aa682442b87ebea1ce";
}; };
meta = with lib; { meta = with lib; {