python312Packages.pymupdf: 1.24.14 -> 1.25.1

Diff: https://github.com/pymupdf/PyMuPDF/compare/refs/tags/1.24.14...1.25.1

Changelog: https://github.com/pymupdf/PyMuPDF/releases/tag/1.25.1
This commit is contained in:
Emily
2025-01-05 20:04:01 +00:00
parent 421330f780
commit d7dae1440e
@@ -41,7 +41,7 @@ let
in
buildPythonPackage rec {
pname = "pymupdf";
version = "1.24.14";
version = "1.25.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
owner = "pymupdf";
repo = "PyMuPDF";
tag = version;
hash = "sha256-M7Ca3nqnqeClp4MGJqTAVGZhAGRniregjRrjtAhRkBc=";
hash = "sha256-kdu8CuQJ5+h8+PS66acWEfcttgALiD+JBoWWyGtjBzs=";
};
# swig is not wrapped as Python package