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

json-repair: 0.52.0 -> 0.52.2 (#454050)

parents 78e184eb f7976ba8
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.0";
  version = "0.52.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mangiucugna";
    repo = "json_repair";
    tag = "v${version}";
    hash = "sha256-RK5VycwcI6EhFkejbSwr96iF12O22nIGQzbOIlo/Mhk=";
    hash = "sha256-NYW2PJ329c8EYfQrRl1mi+leUR7Afz2J0N9HVD1xyT0=";
  };

  build-system = [ setuptools ];