check-jsonschema: 0.25.0 -> 0.27.3

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Co-Authored-By: Victor Engmark <victor@engmark.name>
This commit is contained in:
Matthias Beyer 2023-11-23 12:01:06 +01:00 committed by Martin Weinelt
parent d6b063a6db
commit ab83105076
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -4,7 +4,7 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "check-jsonschema";
version = "0.25.0";
version = "0.27.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -13,7 +13,7 @@ buildPythonApplication rec {
owner = "python-jsonschema";
repo = "check-jsonschema";
rev = version;
hash = "sha256-Hss4MgE09v2KvL8OIapFgocO+5EWE2WEr5xBAjhwNeE=";
hash = "sha256-WXvhlkU1dRNKhW3sMakd644W56xv8keMjSZL4MrQEc8=";
};
propagatedBuildInputs = [
@ -21,6 +21,7 @@ buildPythonApplication rec {
jsonschema
requests
click
regress
];
nativeCheckInputs = [