Skip to content

Commit ae77ea1

Browse files
committed
root: migrate to [email protected]
1 parent 7b22341 commit ae77ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/r/root.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Root < Formula
5555
depends_on "openblas"
5656
depends_on "openssl@3"
5757
depends_on "pcre2"
58-
depends_on "python@3.13"
58+
depends_on "python@3.14"
5959
depends_on "sqlite"
6060
depends_on "tbb"
6161
depends_on "xrootd"
@@ -84,7 +84,7 @@ class Root < Formula
8484
skip_clean "bin"
8585

8686
def python3
87-
"python3.13"
87+
"python3.14"
8888
end
8989

9090
def install

0 commit comments

Comments
 (0)