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:
commit
2669d58578
1 changed files with 3 additions and 6 deletions
|
@ -2,7 +2,6 @@
|
||||||
, beautifulsoup4
|
, beautifulsoup4
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, click
|
, click
|
||||||
, dataclasses
|
|
||||||
, dataclasses-json
|
, dataclasses-json
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, htmlmin
|
, htmlmin
|
||||||
|
@ -19,16 +18,16 @@
|
||||||
|
|
||||||
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.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coveooss";
|
owner = "coveooss";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-PEialHz5MJxi4PbtHYpx2CY78KgAKclijbF6cPr36vY=";
|
hash = "sha256-t5t+tZwhzOHpI2nc69baWtZamEOeouseMuVBnCQyjzQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -50,8 +49,6 @@ buildPythonPackage rec {
|
||||||
pytz
|
pytz
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
] ++ lib.optionals (pythonOlder "3.7") [
|
|
||||||
dataclasses
|
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in a new issue