python3Packages.json-repair: 0.50.0 -> 0.50.1 (#441447)

This commit is contained in:
Fabian Affolter
2025-09-09 19:36:43 +02:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "json-repair";
version = "0.50.0";
version = "0.50.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
tag = "v${version}";
hash = "sha256-QiM5EVIJtnS4jE8aIm3dDi2LrF+eb2PoP02Qc/1tzzk=";
hash = "sha256-OOrXK1yaj8aOTKfA25KkIx4ZfA8A8UfZqOtTp2R8TPU=";
};
build-system = [ setuptools ];