json-schema-for-humans: 0.41.3 -> 0.41.6

This commit is contained in:
R. Ryantm 2022-07-29 05:45:42 +00:00
parent 6c36cf7d3f
commit a3cc17b084

View File

@ -19,7 +19,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "json-schema-for-humans"; pname = "json-schema-for-humans";
version = "0.41.3"; version = "0.41.6";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "coveooss"; owner = "coveooss";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-PEialHz5MJxi4PbtHYpx2CY78KgAKclijbF6cPr36vY="; hash = "sha256-t5t+tZwhzOHpI2nc69baWtZamEOeouseMuVBnCQyjzQ=";
}; };
postPatch = '' postPatch = ''