Unverified Commit c9b149e5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.json-schema-for-humans: 1.4.1 -> 1.5.1 (#463893)

parents 45088c51 be1ceb47
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  poetry-core,
  pygments,
  pytestCheckHook,
  pythonOlder,
  pytz,
  pyyaml,
  requests,
@@ -19,16 +18,14 @@

buildPythonPackage rec {
  pname = "json-schema-for-humans";
  version = "1.4.1";
  version = "1.5.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "coveooss";
    repo = "json-schema-for-humans";
    tag = "v${version}";
    hash = "sha256-TmHqKf4/zzw3kImyYvnXsYJB7sL6RRs3vGCl8+Y+4BQ=";
    hash = "sha256-k4/+ijlaS/bjLcgobPcq6l4yX84WP1FwfGgYHw+iAdE=";
  };

  postPatch = ''