json-repair: 0.52.2 -> 0.52.4

This commit is contained in:
R. Ryantm
2025-11-06 11:50:26 +00:00
parent c8f9f47b3b
commit 92d617e1a9
@@ -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 ];