tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.jsbeautifier: 1.14.8 -> 1.14.9
R. Ryantm
2 years ago
7a59cd3d
8f23952d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
jsbeautifier
default.nix
+2
-2
pkgs/development/python-modules/jsbeautifier/default.nix
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "jsbeautifier";
12
12
-
version = "1.14.8";
12
12
+
version = "1.14.9";
13
13
format = "setuptools";
14
14
15
15
disabled = pythonOlder "3.7";
16
16
17
17
src = fetchPypi {
18
18
inherit pname version;
19
19
-
hash = "sha256-1MTiY6Qt1hlK+52+VHEL48VgRJLL7D6JyS3ZhRP5i58=";
19
19
+
hash = "sha256-xzjrw2tHvZTkym3RepAEw8x07a1YLKHWDg5dWUWmPLk=";
20
20
};
21
21
22
22
propagatedBuildInputs = [