Skip to content

Commit 2a43d8c

Browse files
committed
python312Packages.json-repair: 0.35.0 -> 0.39.0
1 parent d3f8c4d commit 2a43d8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

1414
src = fetchFromGitHub {
1515
owner = "mangiucugna";
1616
repo = "json_repair";
1717
tag = "v${version}";
18-
hash = "sha256-39MxXX3bBYLmpaUpNYLWq+8Huoy0zQSyURQiZvXFaZc=";
18+
hash = "sha256-hvJbIyxck+a6zUMT/lSYF6GZufuSm6cSthX9ebgI8ms=";
1919
};
2020

2121
build-system = [ setuptools ];
@@ -32,7 +32,7 @@ buildPythonPackage rec {
3232
meta = with lib; {
3333
description = "Module to repair invalid JSON, commonly used to parse the output of LLMs";
3434
homepage = "https://github.com/mangiucugna/json_repair/";
35-
changelog = "https://github.com/mangiucugna/json_repair/releases/tag/${version}";
35+
changelog = "https://github.com/mangiucugna/json_repair/releases/tag/${src.tag}";
3636
license = licenses.mit;
3737
maintainers = with maintainers; [ greg ];
3838
};

0 commit comments

Comments
 (0)