Skip to content

Commit 1c3c752

Browse files
committed
lensfun: migrate to [email protected]
1 parent 6fbee1b commit 1c3c752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/l/lensfun.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ class Lensfun < Formula
3939
depends_on "pkgconf" => :build
4040
depends_on "glib"
4141
depends_on "libpng"
42-
depends_on "python@3.13"
42+
depends_on "python@3.14"
4343

4444
on_macos do
4545
depends_on "gettext"
4646
end
4747

4848
def python3
49-
"python3.13"
49+
"python3.14"
5050
end
5151

5252
def install

0 commit comments

Comments
 (0)