From 1b567a99517903ec663cd8556a5dc50bfc5123ac Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 20 Dec 2021 22:46:29 -0500 Subject: [PATCH] jsonschema 4.3.2 Closes #91776. Signed-off-by: Dustin Rodrigues Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/jsonschema.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/jsonschema.rb b/Formula/jsonschema.rb index 215d4651546..741cec2acc8 100644 --- a/Formula/jsonschema.rb +++ b/Formula/jsonschema.rb @@ -3,8 +3,8 @@ class Jsonschema < Formula desc "Implementation of JSON Schema for Python" homepage "https://github.com/Julian/jsonschema" - url "https://files.pythonhosted.org/packages/5e/5c/3ca913d9cf27475ea231f79ee398af9b1082cbbb4f7e46c243446e7fe169/jsonschema-4.3.1.tar.gz" - sha256 "0070ca8dd5bf47941d1e9d8bc115a3654b1138cfb8aff44f3e3527276107314f" + url "https://files.pythonhosted.org/packages/6b/a3/06e04a9f2a5de37b75c7b500ab3d6a6dbf565ac83b142054f75dee9f527a/jsonschema-4.3.2.tar.gz" + sha256 "cca171fb7544de15ccda236bf78d58434d769c9a2ce21d44e0d209e39eeb8876" license "MIT" head "https://github.com/Julian/jsonschema.git", branch: "main"