python3Packages.json-repair: 0.50.0 -> 0.50.1

This commit is contained in:
R. Ryantm
2025-09-09 11:54:04 +00:00
parent ef9cd0e498
commit b2314a5b37
@@ -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 ];