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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user