Skip to content

Commit ec9fd91

Browse files
authored
Merge pull request #249861 from ryenus/blueprint-compiler-py314
blueprint-compiler: migrate to [email protected]
2 parents 9f5f505 + 659dfc6 commit ec9fd91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/b/blueprint-compiler.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@ class BlueprintCompiler < Formula
1111
head "https://gitlab.gnome.org/GNOME/blueprint-compiler.git", branch: "main"
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "2421f6d9a9b639e63bd93add35e7dd08fea14c137dfda9a4f5133de82f183e83"
14+
rebuild 1
15+
sha256 cellar: :any_skip_relocation, all: "d935e3b6be2f9ca0baba92580a768de9e3bdc89f3d55e24113e39336456eb414"
1516
end
1617

1718
depends_on "meson" => :build
1819
depends_on "ninja" => :build
1920

2021
depends_on "gtk4"
2122
depends_on "pygobject3"
22-
depends_on "python@3.13"
23+
depends_on "python@3.14"
2324

2425
def install
25-
python3 = "python3.13"
26+
python3 = "python3.14"
2627
venv = virtualenv_create(libexec, python3)
2728

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

0 commit comments

Comments
 (0)