check-jsonschema: 0.33.3 -> 0.34.0

This commit is contained in:
R. Ryantm
2025-09-26 16:18:44 +00:00
parent 231b94ff35
commit 19acb89de0
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "check-jsonschema";
version = "0.33.3";
version = "0.34.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-jsonschema";
repo = "check-jsonschema";
tag = version;
hash = "sha256-h9qEPf3m1eknTq1cLQ4B2RxriyMpS/Kxzg6+bVCANzo=";
hash = "sha256-NFP013ZG+Ltiqe+CLed4zeSQCS9E1r1L+b2AsYLMDW4=";
};
build-system = with python3Packages; [ setuptools ];