python310Packages.jsbeautifier: 1.14.6 -> 1.14.7

This commit is contained in:
R. Ryantm
2022-10-23 04:44:40 +00:00
parent 963072bce5
commit 3f7c4e365e
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "jsbeautifier";
version = "1.14.6";
version = "1.14.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DVJEhRFE3Ec7HRBEvj3WxW9h/Wnr3B+TuBPYIkJy8G8=";
hash = "sha256-d5kyVNsf9vhOtuHXXjtrcsui7yCBOlhbLYHo5ePHE8Y=";
};
propagatedBuildInputs = [