check-jsonschema: 0.27.3 -> 0.27.4

This commit is contained in:
R. Ryantm 2024-01-31 22:11:29 +00:00
parent 0b8f8e0cd9
commit bff4067aec

View file

@ -4,7 +4,7 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "check-jsonschema";
version = "0.27.3";
version = "0.27.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -12,8 +12,8 @@ buildPythonApplication rec {
src = fetchFromGitHub {
owner = "python-jsonschema";
repo = "check-jsonschema";
rev = version;
hash = "sha256-WXvhlkU1dRNKhW3sMakd644W56xv8keMjSZL4MrQEc8=";
rev = "refs/tags/${version}";
hash = "sha256-xOLS2AQlVrL9b7VVCbnDyjHhQYmcD2DvPmEs+nn7Gm4=";
};
propagatedBuildInputs = [