Unverified Commit 1e71cad6 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.json-repair: 0.49.0 -> 0.50.0 (#438143)

parents 4ad20157 a8a95f98
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.49.0";
  version = "0.50.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mangiucugna";
    repo = "json_repair";
    tag = "v${version}";
    hash = "sha256-we43E+2pGVDORWfC6t51Bxy4YLoEnVrysdBgpTdcYwE=";
    hash = "sha256-QiM5EVIJtnS4jE8aIm3dDi2LrF+eb2PoP02Qc/1tzzk=";
  };

  build-system = [ setuptools ];