check-jsonschema: 0.36.1 -> 0.36.2 (#491695)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-18 10:01:08 +00:00
committed by GitHub
+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 ];