check-jsonschema: 0.36.1 -> 0.36.2

This commit is contained in:
R. Ryantm
2026-02-18 09:27:38 +00:00
parent 24c32abce2
commit 9bfa15a588
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "check-jsonschema";
version = "0.36.1";
version = "0.36.2";
pyproject = true;
src = fetchFromGitHub {
owner = "python-jsonschema";
repo = "check-jsonschema";
tag = finalAttrs.version;
hash = "sha256-s8a/9kWKSu+WuHQyoBsK4Vn30c+EA/eld/OD3kHYvbk=";
hash = "sha256-Cml1pqy8H8mCCE7qte3JS80RZFdNrI6m+Ktd4QgnrF4=";
};
build-system = with python3Packages; [ setuptools ];