python310Packages.jsbeautifier: 1.14.4 -> 1.14.5

This commit is contained in:
R. Ryantm 2022-08-09 13:51:50 +00:00
parent 65f39b913d
commit 1c201db269

View File

@ -9,14 +9,14 @@
buildPythonApplication rec {
pname = "jsbeautifier";
version = "1.14.4";
version = "1.14.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cp+mwP6TWyZm8/6tfsV2+RGubo1731ePmy+5K6N3u7M=";
hash = "sha256-ziqW7PYmkvpPor1WIH9+qKs3p0qx1QJSVLgPtTFpqYs=";
};
propagatedBuildInputs = [