Commit 46447031 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 8bb564a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "json-schema-for-humans";
  version = "0.45.2";
  version = "0.46";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "coveooss";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-DmUQ06UabLcB67PyfRC/gmSkEY/V8kuZ/T/ZW1D11vA=";
    hash = "sha256-wTO+d0O3SKT2jJ2zNubT2q76PdJ7+kT9RBEw5MMH1yg=";
  };

  nativeBuildInputs = [