python3Packages.fastjsonschema: 2.14.4 -> 2.14.5

This commit is contained in:
Drew Risinger 2020-10-08 01:16:17 -04:00 committed by Jonathan Ringer
parent 84b0e7426c
commit 53a38fa412

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastjsonschema";
version = "2.14.4";
version = "2.14.5";
disabled = pythonOlder "3.3";
@ -17,7 +17,7 @@ buildPythonPackage rec {
repo = "python-fastjsonschema";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "0c3q31lqzrc52gacnqc271k5952qbyl0z4kagsqvl7fiwk84hqlz";
sha256 = "1hgzafswdw5zqrd8qhdxa43crzfy7lrlifdn90133a0h3psr7qs1";
};
checkInputs = [ pytestCheckHook ];