Skip to content

Commit 215a859

Browse files
committed
pymupdf: migrate to [email protected]
1 parent fea936e commit 215a859

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/p/pymupdf.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Pymupdf < Formula
44
url "https://files.pythonhosted.org/packages/8d/9a/e0a4e92a85fc17be7c54afdbb113f0ade2a8bca49856d510e28bd249e462/pymupdf-1.26.5.tar.gz"
55
sha256 "8ef335e07f648492df240f2247854d0e7c0467afb9c4dc2376ec30978ec158c3"
66
license "AGPL-3.0-only"
7+
revision 1
78

89
bottle do
910
sha256 cellar: :any, arm64_tahoe: "37d88d2c1ab3c903d6481aad93aff6eebeaf2b0aba98a4c060bd354c7540f5eb"
@@ -18,10 +19,10 @@ class Pymupdf < Formula
1819
depends_on "python-setuptools" => :build
1920
depends_on "swig" => :build
2021
depends_on "mupdf"
21-
depends_on "python@3.13"
22+
depends_on "python@3.14"
2223

2324
def python3
24-
"python3.13"
25+
"python3.14"
2526
end
2627

2728
def install

0 commit comments

Comments
 (0)