diff --git a/Formula/beartype.rb b/Formula/beartype.rb index 9698e98..3643f87 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/1d/2a/0a80d07fc955fd1ebdd3ee54971432d39f06953ee6b6c307d58e0897ce09/beartype-0.16.1.tar.gz" - sha256 "b3bfb911ed6af91aeada851a44b4d564c23662869b5391d71fe3648f2c643b6d" + url "https://files.pythonhosted.org/packages/a1/b5/6588597493538be1e7526b4b47bc61e7a328171e3471cdbb526cdeaecea0/beartype-0.16.2.tar.gz" + sha256 "47ec1c8c3be3f999f4f9f829e8913f65926aa7e85b180d9ffd305dc78d3e7d7b" license "MIT" # Default branch is "main" not "master" (unbearably modern) head "https://github.com/beartype/beartype.git", branch: "main"