From 29b8aff5dec80c65196b46315a1e8715e0662a25 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Sep 2024 17:37:17 +0000 Subject: [PATCH] hy: update 1.0.0 bottle. --- Formula/h/hy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/hy.rb b/Formula/h/hy.rb index 72a5e4278cab..a300be51382a 100644 --- a/Formula/h/hy.rb +++ b/Formula/h/hy.rb @@ -8,7 +8,7 @@ class Hy < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, all: "f2c93fbd996b0bd4d2c4eaf52ec56a8559d657478bd6b79934d3e344b109477c" + sha256 cellar: :any_skip_relocation, all: "62ea7f5134c67e101258fdd6413561bdb49aad331226093128bc52a34e6fc8b4" end depends_on "python@3.12"