Skip to content

Commit 5a1f0a7

Browse files
authored
Merge pull request Homebrew#194213 from Homebrew/toot-py3.13
toot: migrate to `[email protected]`
2 parents fd93071 + 3f12a72 commit 5a1f0a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Formula/t/toot.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ class Toot < Formula
99
head "https://github.com/ihabunek/toot.git", branch: "master"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "ae7150d7fca935831a85338e672ad45949bc7351bac16e697501a038a1e48190"
12+
rebuild 1
13+
sha256 cellar: :any_skip_relocation, all: "9d03a49b2287b4698fdc101b7bac7913829e3252b4ecea1d9e221b76783006ca"
1314
end
1415

1516
depends_on "certifi"
1617
depends_on "pillow"
17-
depends_on "python@3.12"
18+
depends_on "python@3.13"
1819

1920
resource "beautifulsoup4" do
2021
url "https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz"
2122
sha256 "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"
2223
end
2324

2425
resource "charset-normalizer" do
25-
url "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz"
26-
sha256 "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"
26+
url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz"
27+
sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e"
2728
end
2829

2930
resource "click" do

0 commit comments

Comments
 (0)