Skip to content

Commit 9c06769

Browse files
committed
libxcb: migrate to [email protected]
1 parent 24a4b1e commit 9c06769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/lib/libxcb.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ class Libxcb < Formula
2020
end
2121

2222
depends_on "pkgconf" => :build
23-
depends_on "python@3.13" => :build # match version in `xcb-proto`
23+
depends_on "python@3.14" => :build # match version in `xcb-proto`
2424
depends_on "xcb-proto" => :build
2525
depends_on "libxau"
2626
depends_on "libxdmcp"
2727

2828
def install
29-
python3 = "python3.13"
29+
python3 = "python3.14"
3030

3131
args = %W[
3232
--sysconfdir=#{etc}

0 commit comments

Comments
 (0)