Commit 1f2151d4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.json-schema-for-humans: 1.3.4 -> 1.4.1

parent a94100d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

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

  disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "coveooss";
    repo = "json-schema-for-humans";
    tag = "v${version}";
    hash = "sha256-+IvLFejEcu477BNY8F0h4WLqe18f6i2+gXyx/mRHzpI=";
    hash = "sha256-TmHqKf4/zzw3kImyYvnXsYJB7sL6RRs3vGCl8+Y+4BQ=";
  };

  postPatch = ''