json-repair: 0.52.2 -> 0.52.4 (#459125)

This commit is contained in:
Matteo Pacini
2025-11-06 14:32:59 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "json-repair";
version = "0.52.2";
version = "0.52.4";
pyproject = true;
src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
tag = "v${version}";
hash = "sha256-NYW2PJ329c8EYfQrRl1mi+leUR7Afz2J0N9HVD1xyT0=";
hash = "sha256-eO9F2c3hIHhxLC5j2+ZtPaj+zD7Mby44N7ULsxfAQxg=";
};
build-system = [ setuptools ];