python3Packages.json-repair: 0.48.0 -> 0.49.0 (#432699)

This commit is contained in:
Nick Cao
2025-08-11 17:37:42 -04:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "json-repair";
version = "0.48.0";
version = "0.49.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
tag = "v${version}";
hash = "sha256-tt7LueyCGKK/HD5fKsuMZiEPGLMLqOrB9p9SyLpUqgo=";
hash = "sha256-we43E+2pGVDORWfC6t51Bxy4YLoEnVrysdBgpTdcYwE=";
};
build-system = [ setuptools ];