Skip to content

Commit 326c356

Browse files
ryenuschenrui333
authored andcommitted
blueprint-compiler: migrate to [email protected]
1 parent 286a7a6 commit 326c356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/b/blueprint-compiler.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ class BlueprintCompiler < Formula
1919

2020
depends_on "gtk4"
2121
depends_on "pygobject3"
22-
depends_on "python@3.13"
22+
depends_on "python@3.14"
2323

2424
def install
25-
python3 = "python3.13"
25+
python3 = "python3.14"
2626
venv = virtualenv_create(libexec, python3)
2727

2828
system "meson", "setup", "build", "-Dpython.platlibdir=#{venv.site_packages}",

0 commit comments

Comments
 (0)