Skip to content

Commit 33daa35

Browse files
committed
jsbeautifier: 1.15.1 -> 1.15.4
1 parent 5649e27 commit 33daa35

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/jsbeautifier

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/jsbeautifier/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "jsbeautifier";
13-
version = "1.15.1";
13+
version = "1.15.4";
1414
format = "setuptools";
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-69cztWBwTGAtdE6vyDnbYKHukybjCiqAxK24cYrcGyQ=";
20+
hash = "sha256-W7GNnvuTMdglc1+8U2DujxqsXlJ4AEKAOUOqf4VPdZI=";
2121
};
2222

2323
propagatedBuildInputs = [

0 commit comments

Comments
 (0)