diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 518c3ff74c4..af2f02fbd63 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19088,7 +19088,7 @@ significantly better performance.") (define-public python-fastjsonschema (package (name "python-fastjsonschema") - (version "2.20.0") + (version "2.21.1") (source (origin (method git-fetch) ; no tests in PyPI release @@ -19097,17 +19097,14 @@ significantly better performance.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0aqj7hf1fgana9hh9la475wiyivcr46fra1bvigp00805g14k599")))) + (base32 "1j7dc8hlvrlhzkiv0vqzd6shhjaf14g9v3zlfn7x17j04c1g3iz7")))) (build-system pyproject-build-system) (native-inputs - (list python-colorama - python-json-spec + (list python-json-spec python-jsonschema python-pytest python-pytest-benchmark - python-pytest-cache - python-setuptools - python-wheel)) + python-setuptools)) (home-page "https://github.com/horejsek/python-fastjsonschema") (synopsis "Fast Python implementation of JSON schema") (description