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

This commit is contained in:
R. Ryantm 2024-05-08 11:27:50 +00:00
parent 3645b258dd
commit 7f16302d55

View file

@ -19,7 +19,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "json-schema-for-humans"; pname = "json-schema-for-humans";
version = "0.47"; version = "1.0.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "coveooss"; owner = "coveooss";
repo = "json-schema-for-humans"; repo = "json-schema-for-humans";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-yioYsCp+q5YWdIWDlNZkpaLqo++n+dV5jyEeIhUDHr4="; hash = "sha256-ZlGIttfFOL4uLgzXIFvmyFDGrm8/Vr94QaFSn4/5ITI=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [