Merge pull request #284072 from r-ryantm/auto-update/json-schema-for-humans

json-schema-for-humans: 0.46 -> 0.47

authored by Nick Cao and committed by GitHub 9e710db2 de33d7bc

+2 -2
+2 -2
pkgs/development/python-modules/json-schema-for-humans/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "json-schema-for-humans"; 22 - version = "0.46"; 22 + version = "0.47"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.7"; ··· 28 28 owner = "coveooss"; 29 29 repo = "json-schema-for-humans"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-wTO+d0O3SKT2jJ2zNubT2q76PdJ7+kT9RBEw5MMH1yg="; 31 + hash = "sha256-yioYsCp+q5YWdIWDlNZkpaLqo++n+dV5jyEeIhUDHr4="; 32 32 }; 33 33 34 34 pythonRelaxDeps = [