pythonPackages.PyMuPDF: 1.16.18 -> 1.17.0

Update for compatibility with MuPDF 1.17
This commit is contained in:
Markus S. Wamser 2020-05-26 08:36:44 +02:00
parent c2e576b198
commit b20b08dc87

View File

@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi, mupdf, swig }:
buildPythonPackage rec {
pname = "PyMuPDF";
version = "1.16.18";
version = "1.17.0";
src = fetchPypi {
inherit pname version;
sha256 = "0gpcmmcjgwc6x4rn6nm3akiijdkpa9nahsw2x8a0i7z7kzj4firk";
sha256 = "0de92a8fb65db6e661594cc5865a340a2daac3cb9bb58e030820769ece1343c1";
};
patchPhase = ''