Unverified Commit 9bb869b2 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #286863 from r-ryantm/auto-update/check-jsonschema

check-jsonschema: 0.27.4 -> 0.28.0
parents 40a9ccf2 6f631fb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ with python3.pkgs;

buildPythonApplication rec {
  pname = "check-jsonschema";
  version = "0.27.4";
  version = "0.28.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -13,7 +13,7 @@ buildPythonApplication rec {
    owner = "python-jsonschema";
    repo = "check-jsonschema";
    rev = "refs/tags/${version}";
    hash = "sha256-xOLS2AQlVrL9b7VVCbnDyjHhQYmcD2DvPmEs+nn7Gm4=";
    hash = "sha256-qcY846y8xLEsPfdtzoOfxo5gdggH6Dn3QkQOY7kMwm0=";
  };

  propagatedBuildInputs = [