python310Packages.pymupdf: 1.19.5 -> 1.19.6

This commit is contained in:
R. Ryantm 2022-03-07 05:41:25 +00:00 committed by Matthieu Coudron
parent 5f81246182
commit 9a35d5dc88

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "pymupdf";
version = "1.19.5";
version = "1.19.6";
src = fetchPypi {
pname = "PyMuPDF";
inherit version;
sha256 = "sha256-OTybnLJmmoaRoBew/bmuDs86Smbypc6jfQqqGikKVaU=";
sha256 = "sha256-7z0T4n8Vhdd29qJZfxE6q9KNNrZIuYOnKFCyHFOZqwg=";
};
postPatch = ''