Unverified Commit 9e74a61e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

json-repair: 0.52.5 -> 0.53.0 (#461160)

parents b61c7ab0 1c1f1151
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "json-repair";
  version = "0.52.5";
  version = "0.53.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mangiucugna";
    repo = "json_repair";
    tag = "v${version}";
    hash = "sha256-+WWGykTu7hOMgVKr16oay90ZkI9tYnJfluzaETpOcRw=";
    hash = "sha256-iaiiOOJM40XDGEHvuuNqxkGFSQ5D7EF9d0AVOk6wYTU=";
  };

  build-system = [ setuptools ];