python310Packages.jsbeautifier: 1.14.3 -> 1.14.4

This commit is contained in:
R. Ryantm 2022-06-21 15:00:30 +00:00
parent e2c261f2c0
commit 15c3a47a74

View file

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