Merge pull request #168122 from r-ryantm/auto-update/python310Packages.jsbeautifier

python310Packages.jsbeautifier: 1.14.2 -> 1.14.3
This commit is contained in:
Fabian Affolter 2022-04-10 20:51:55 +02:00 committed by GitHub
commit 5cacabd31f
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.2";
version = "1.14.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PskybkfTilQ5W97/h2lWakcnWOcLnhG6fMVs/spqm/Y=";
hash = "sha256-1tV2J8+ezYzZAbnsetSogSeo3t6RAXf6SyGedtAvm9c=";
};
propagatedBuildInputs = [