python311Packages.fastjsonschema: 2.16.2 -> 2.18.1

Diff: https://github.com/horejsek/python-fastjsonschema/compare/v2.16.2...v2.18.1
This commit is contained in:
Fabian Affolter
2023-12-20 20:46:05 +01:00
committed by Martin Weinelt
parent 08124158b5
commit f75df462bd
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastjsonschema";
version = "2.16.2";
version = "2.18.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
repo = "python-fastjsonschema";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-Gojayel/xQ5gRI0nbwsroeSMdRndjb+8EniX1Qs4nbg=";
hash = "sha256-t6JnqQgsWAL8oL8+LO0xrXMYsZOlTF3DlXkRiqUzYtU=";
};
nativeCheckInputs = [