File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/json-repair Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments