python310Packages.jsonschema: 4.17.0 -> 4.17.3

This commit is contained in:
Sandro Jäckel 2022-12-07 23:13:14 +01:00
parent 7ea3d4395d
commit fa132338fd
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "jsonschema";
version = "4.17.0";
version = "4.17.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-W/zyvKFqCHreF+ArKC00r3zNdJ73YkHn+b18DLipQk0=";
sha256 = "sha256-D4ZEN6uLYHa6ZwdFPvj5imoNUSqA6T+KvbZ29zfstg0=";
};
postPatch = ''