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

json-schema-for-humans: 0.39.3 -> 0.39.5
This commit is contained in:
Fabian Affolter 2022-01-05 22:52:47 +01:00 committed by GitHub
commit b94d6a297c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "0.39.3";
version = "0.39.5";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "coveooss";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rg50AE30R1OErtOKppnkhg8MTuhEY6gdBgc7ipEkONA=";
sha256 = "sha256-gaholnLO5oIQaXgliuvlU2MfpjiCMgAPplOPgvMYim8=";
};
nativeBuildInputs = [