Skip to content

Commit a805386

Browse files
authored
python3Packages.json-repair: 0.42.0 -> 0.44.1 (#408248)
2 parents 5a6010c + 4118a57 commit a805386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/json-repair/default.nix

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

99
buildPythonPackage rec {
1010
pname = "json-repair";
11-
version = "0.42.0";
11+
version = "0.44.1";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "mangiucugna";
1616
repo = "json_repair";
1717
tag = "v${version}";
18-
hash = "sha256-gWZmDljbV1CbVjBDqImvhF2LF0uhqsiZ5mF3fuGf6HQ=";
18+
hash = "sha256-S3hSbvNyvCx4qia9PRgUy+UugURjtA4hV5kuJIuLafw=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)