3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.jsbeautifier: 1.13.0 -> 1.13.5

This commit is contained in:
Frederik Rietdijk 2021-02-20 10:09:10 +01:00
parent 128bdd945e
commit c2bd1f373a

View file

@ -2,14 +2,14 @@
buildPythonApplication rec {
pname = "jsbeautifier";
version = "1.13.0";
version = "1.13.5";
propagatedBuildInputs = [ six editorconfig ];
checkInputs = [ pytest ];
src = fetchPypi {
inherit pname version;
sha256 = "f5565fbcd95f79945e124324815e586ae0d2e43df5af82a4400390e6ea789e8b";
sha256 = "4532a6bc85ba91ffc542b55d65cd13cedc971a934f26f51ed56d4c680b3fbe66";
};
meta = with lib; {