Skip to content

Commit 685fe06

Browse files
committed
arxiv_latex_cleaner: migrate to [email protected]
1 parent fba0e40 commit 685fe06

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/arxiv_latex_cleaner.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ class ArxivLatexCleaner < Formula
2121
end
2222

2323
depends_on "libyaml"
24-
depends_on "pillow"
25-
depends_on "python@3.13"
24+
depends_on "pillow" => :no_linkage
25+
depends_on "python@3.14"
2626

2727
resource "absl-py" do
28-
url "https://files.pythonhosted.org/packages/7a/8f/fc001b92ecc467cc32ab38398bd0bfb45df46e7523bf33c2ad22a505f06e/absl-py-2.1.0.tar.gz"
29-
sha256 "7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff"
28+
url "https://files.pythonhosted.org/packages/10/2a/c93173ffa1b39c1d0395b7e842bbdc62e556ca9d8d3b5572926f3e4ca752/absl_py-2.3.1.tar.gz"
29+
sha256 "a97820526f7fbfd2ec1bce83f3f25e3a14840dac0d8e02a0b71cd75db3f77fc9"
3030
end
3131

3232
resource "pyyaml" do
33-
url "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz"
34-
sha256 "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"
33+
url "https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2/pyyaml-6.0.3.tar.gz"
34+
sha256 "d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f"
3535
end
3636

3737
resource "regex" do
38-
url "https://files.pythonhosted.org/packages/f9/38/148df33b4dbca3bd069b963acab5e0fa1a9dbd6820f8c322d0dd6faeff96/regex-2024.9.11.tar.gz"
39-
sha256 "6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd"
38+
url "https://files.pythonhosted.org/packages/49/d3/eaa0d28aba6ad1827ad1e716d9a93e1ba963ada61887498297d3da715133/regex-2025.9.18.tar.gz"
39+
sha256 "c5ba23274c61c6fef447ba6a39333297d0c247f53059dba0bca415cac511edc4"
4040
end
4141

4242
def install

0 commit comments

Comments
 (0)