pythonPackages.jsbeautifier: 1.8.9 -> 1.9.1

This commit is contained in:
Alexandre Peyroux 2019-04-05 22:02:01 +02:00
parent 946807c888
commit 72c24b18e9
No known key found for this signature in database
GPG Key ID: A4BD77DD1421E5CF

View File

@ -2,15 +2,14 @@
buildPythonApplication rec {
pname = "jsbeautifier";
version = "1.8.9";
version = "1.9.1";
propagatedBuildInputs = [ six ];
buildInputs = [ EditorConfig pytest ];
propagatedBuildInputs = [ six EditorConfig ];
checkInputs = [ pytest ];
src = fetchPypi {
inherit pname version;
sha256 = "7d02baa9b0459bf9c5407c1b99ad5566de04a3b664b18a58ac64f52832034204";
sha256 = "0q8ld072dkccssagjxyvc9633fb6ynflvz70924phgp3zxmim960";
};
patches = [