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

python310Packages.jsbeautifier: 1.14.3 -> 1.14.4
This commit is contained in:
Fabian Affolter 2022-06-21 21:06:09 +02:00 committed by GitHub
commit d7e22d9792
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.3";
version = "1.14.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1tV2J8+ezYzZAbnsetSogSeo3t6RAXf6SyGedtAvm9c=";
hash = "sha256-cp+mwP6TWyZm8/6tfsV2+RGubo1731ePmy+5K6N3u7M=";
};
propagatedBuildInputs = [