python310Packages.pymupdf: 1.20.2 -> 1.21.0

This commit is contained in:
R. Ryantm 2022-11-14 01:13:17 +00:00
parent 242c648f95
commit f106e2c5c1

View file

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "pymupdf";
version = "1.20.2";
version = "1.21.0";
src = fetchPypi {
pname = "PyMuPDF";
inherit version;
sha256 = "sha256-Au7fAfV8a6+16GZ86gCIotJSJkPEcQDxkIvsOmioSIg=";
sha256 = "sha256-pj38KJ4SeharYDEO5gBf6DEhx6l/fBINtoj5KByeXQ8=";
};
postPatch = ''