check-jsonschema: 0.28.1 -> 0.28.2

This commit is contained in:
R. Ryantm 2024-04-12 04:01:41 +00:00
parent c81c241415
commit 09ec298fa2

View File

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