check-jsonschema: 0.37.1 -> 0.37.2

This commit is contained in:
R. Ryantm
2026-05-03 20:54:45 +00:00
parent 1e60f1a9a1
commit f3d026d8b0
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "check-jsonschema";
version = "0.37.1";
version = "0.37.2";
pyproject = true;
src = fetchFromGitHub {
owner = "python-jsonschema";
repo = "check-jsonschema";
tag = finalAttrs.version;
hash = "sha256-DbEzK2G5Y/9eZF7oX2xIz7gtQ++Cwe+W26+ByaeHBiA=";
hash = "sha256-Uflc92J8oSl633FD+DDIDGXvrFCfwpyxTqoNHLcHEpE=";
};
build-system = with python3Packages; [ setuptools ];