Merge pull request #311500 from r-ryantm/auto-update/check-jsonschema

check-jsonschema: 0.28.2 -> 0.28.3
This commit is contained in:
Nick Cao 2024-05-14 10:07:53 -04:00 committed by GitHub
commit 3912bff309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "check-jsonschema";
version = "0.28.2";
version = "0.28.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -13,7 +13,7 @@ buildPythonApplication rec {
owner = "python-jsonschema";
repo = "check-jsonschema";
rev = "refs/tags/${version}";
hash = "sha256-QHcpcpICYqQUUCkLAV4BpDYn7Te/TGbXFPgr8Emp0ew=";
hash = "sha256-1nbaaUr/3yX/ZTTXzlwLKCRsa58UFONQnDWmcvmdhsU=";
};
propagatedBuildInputs = [