Skip to content

Commit a574b71

Browse files
authored
Merge pull request Homebrew#194235 from Homebrew/xkeyboardconfig-py3.13
xkeyboardconfig: migrate to `[email protected]`
2 parents e2af97d + 53065b0 commit a574b71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/x/xkeyboardconfig.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ class Xkeyboardconfig < Formula
77
head "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "b1ba79c6cd7ae62406d4d5be2e2096fa4e153eebfdf40eb21d3d0986f33b3d5d"
10+
rebuild 1
11+
sha256 cellar: :any_skip_relocation, all: "3e9bd10096890fe0f8e9246fa9dcc2f4d9332298d6ffa4ca1d89af59cef84039"
1112
end
1213

1314
depends_on "gettext" => :build
1415
depends_on "meson" => :build
1516
depends_on "ninja" => :build
1617
depends_on "pkg-config" => [:build, :test]
17-
depends_on "python@3.12" => :build
18+
depends_on "python@3.13" => :build
1819

1920
uses_from_macos "libxslt" => :build
2021

0 commit comments

Comments
 (0)