Unverified Commit ed3346d8 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

json-repair: 0.52.2 -> 0.52.4 (#459125)

parents 7660258a 92d617e1
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.2";
  version = "0.52.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mangiucugna";
    repo = "json_repair";
    tag = "v${version}";
    hash = "sha256-NYW2PJ329c8EYfQrRl1mi+leUR7Afz2J0N9HVD1xyT0=";
    hash = "sha256-eO9F2c3hIHhxLC5j2+ZtPaj+zD7Mby44N7ULsxfAQxg=";
  };

  build-system = [ setuptools ];