From 5bf6312b3d51ca50645b84f9b5184f1fb3ae2fc2 Mon Sep 17 00:00:00 2001 From: Haren S Date: Sat, 21 Oct 2023 06:14:42 +0000 Subject: [PATCH] beartype 0.16.4 Closes #29. Signed-off-by: harens <12570877+harens@users.noreply.github.com> --- Formula/beartype.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/beartype.rb b/Formula/beartype.rb index 78b578d..77f7699 100644 --- a/Formula/beartype.rb +++ b/Formula/beartype.rb @@ -3,8 +3,8 @@ class Beartype < Formula desc "Unbearably fast O(1) runtime type-checking in pure Python" homepage "https://github.com/beartype/beartype" - url "https://files.pythonhosted.org/packages/ce/e8/62189acaf81f935d159905a86a603901e5602e67e02baaeb5856614d77b9/beartype-0.16.3.tar.gz" - sha256 "085591b5b77807229b65a137fd473c6891c45287fe0ca6565b3250dead00380b" + url "https://files.pythonhosted.org/packages/5b/3e/b230c6cb4b0391591f7949d8fd55bb43aa9128465caa5a930f9398b447ad/beartype-0.16.4.tar.gz" + sha256 "1ada89cf2d6eb30eb6e156eed2eb5493357782937910d74380918e53c2eae0bf" license "MIT" # Default branch is "main" not "master" (unbearably modern) head "https://github.com/beartype/beartype.git", branch: "main"