Unverified Commit 7fa13504 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.json-repair: 0.53.0 -> 0.54.2 (#463521)

parents d7d7419c 9ddce47c
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.53.0";
  version = "0.54.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mangiucugna";
    repo = "json_repair";
    tag = "v${version}";
    hash = "sha256-iaiiOOJM40XDGEHvuuNqxkGFSQ5D7EF9d0AVOk6wYTU=";
    hash = "sha256-OwzyDrdN6jRxA/KthmrGgtfE1ZN89XebxWgtovoK2Nk=";
  };

  build-system = [ setuptools ];