We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a6010c + 4118a57 commit a805386Copy full SHA for a805386
pkgs/development/python-modules/json-repair/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "json-repair";
11
- version = "0.42.0";
+ version = "0.44.1";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "mangiucugna";
16
repo = "json_repair";
17
tag = "v${version}";
18
- hash = "sha256-gWZmDljbV1CbVjBDqImvhF2LF0uhqsiZ5mF3fuGf6HQ=";
+ hash = "sha256-S3hSbvNyvCx4qia9PRgUy+UugURjtA4hV5kuJIuLafw=";
19
};
20
21
build-system = [ setuptools ];
0 commit comments