python3Packages.jsonschema: 4.18.4 -> 4.19.0

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:21 +02:00
parent d4d07bf40c
commit ed4c01f01c

View File

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "jsonschema";
version = "4.18.4";
version = "4.19.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-+zZCc1OZ+pWMDSqtcFeQFVRZbGM0n09rKDxJPPaSol0=";
hash = "sha256-bh51aawTvoE5st0sIaVdNQBm7j+A3wbGCLOYzcbzDo8=";
};
postPatch = ''