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

python310Packages.jsbeautifier: 1.14.1 -> 1.14.2
This commit is contained in:
Fabian Affolter 2022-04-01 21:28:43 +02:00 committed by GitHub
commit 33b06498b0
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.1";
version = "1.14.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZfT3dLDkywIutJmbRc1ndi92Qnxe80CCq6VLwdjvI+s=";
hash = "sha256-PskybkfTilQ5W97/h2lWakcnWOcLnhG6fMVs/spqm/Y=";
};
propagatedBuildInputs = [