pythonPackages.jsbeautifier: 1.8.9 -> 1.9.1
This commit is contained in:
parent
946807c888
commit
72c24b18e9
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "jsbeautifier";
|
pname = "jsbeautifier";
|
||||||
version = "1.8.9";
|
version = "1.9.1";
|
||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six EditorConfig ];
|
||||||
|
checkInputs = [ pytest ];
|
||||||
buildInputs = [ EditorConfig pytest ];
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7d02baa9b0459bf9c5407c1b99ad5566de04a3b664b18a58ac64f52832034204";
|
sha256 = "0q8ld072dkccssagjxyvc9633fb6ynflvz70924phgp3zxmim960";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user