Merge pull request #88919 from wamserma/mupdf-1.17

MuPDF: 1.16.1 -> 1.17, PyMuPDF: 1.16.18 -> 1.17.0, llpp: v31 -> v32, zathura: patch for muPDF 1.17
This commit is contained in:
Matthieu Coudron
2020-06-06 15:22:20 +02:00
committed by GitHub
5 changed files with 31 additions and 23 deletions

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 = ''