Merge pull request #185790 from r-ryantm/auto-update/jsbeautifier

This commit is contained in:
Martin Weinelt 2022-08-09 17:03:37 +02:00 committed by GitHub
commit e32f26c37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [