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

check-jsonschema: 0.34.1 -> 0.35.0 (#462622)

parents fe3b74f4 4d3e7b56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "check-jsonschema";
  version = "0.34.1";
  version = "0.35.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "python-jsonschema";
    repo = "check-jsonschema";
    tag = version;
    hash = "sha256-TI8NW8ULsig/YL6LC8L//YS0lSIUS2Ns9awFJ50ov2k=";
    hash = "sha256-IiNUgv0XZtTzCJjp/4jyTpw9MAyBFtuf3N4VFqatZVg=";
  };

  build-system = with python3Packages; [ setuptools ];