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

json-schema-for-humans: 0.41.3 -> 0.41.6
This commit is contained in:
Fabian Affolter 2022-07-29 20:55:44 +02:00 committed by GitHub
commit 2669d58578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
, beautifulsoup4
, buildPythonPackage
, click
, dataclasses
, dataclasses-json
, fetchFromGitHub
, htmlmin
@ -19,16 +18,16 @@
buildPythonPackage rec {
pname = "json-schema-for-humans";
version = "0.41.3";
version = "0.41.6";
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "coveooss";
repo = pname;
rev = "v${version}";
hash = "sha256-PEialHz5MJxi4PbtHYpx2CY78KgAKclijbF6cPr36vY=";
hash = "sha256-t5t+tZwhzOHpI2nc69baWtZamEOeouseMuVBnCQyjzQ=";
};
postPatch = ''
@ -50,8 +49,6 @@ buildPythonPackage rec {
pytz
pyyaml
requests
] ++ lib.optionals (pythonOlder "3.7") [
dataclasses
];
checkInputs = [