Skip to content

Commit 434edc5

Browse files
committed
mesa: migrate to [email protected]
1 parent 7b22341 commit 434edc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/m/mesa.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Mesa < Formula
4141
depends_on "meson" => :build
4242
depends_on "ninja" => :build
4343
depends_on "pkgconf" => [:build, :test]
44-
depends_on "python@3.13" => :build
44+
depends_on "python@3.14" => :build
4545
depends_on "rust" => :build
4646
depends_on "xorgproto" => :build
4747

@@ -112,7 +112,7 @@ class Mesa < Formula
112112
end
113113

114114
def python3
115-
"python3.13"
115+
"python3.14"
116116
end
117117

118118
def install

0 commit comments

Comments
 (0)