python3Packages.pymupdf: 1.26.3 -> 1.26.4
This commit is contained in:
@@ -45,7 +45,7 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "pymupdf";
|
||||
version = "1.26.3";
|
||||
version = "1.26.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -54,7 +54,7 @@ buildPythonPackage rec {
|
||||
owner = "pymupdf";
|
||||
repo = "PyMuPDF";
|
||||
tag = version;
|
||||
hash = "sha256-djTbALLvdX2jOTGgoyUIBhiqJ6KzM+Dkb4M7d2eVoPM=";
|
||||
hash = "sha256-bzyScV7vznuBQNP8nTjHL2exIs/rVmJBH+soyuAwIGI=";
|
||||
};
|
||||
|
||||
# swig is not wrapped as Python package
|
||||
|
||||
Reference in New Issue
Block a user