Skip to content

Commit

Permalink
python27Packages.pymupdf: 1.17.0 -> 1.17.2 (#92490)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 6, 2020
1 parent 2af99b8 commit c7961b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pymupdf/default.nix
@@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi, mupdf, swig }:
buildPythonPackage rec {
pname = "PyMuPDF";
version = "1.17.0";
version = "1.17.2";

src = fetchPypi {
inherit pname version;
sha256 = "0de92a8fb65db6e661594cc5865a340a2daac3cb9bb58e030820769ece1343c1";
sha256 = "1dn4kf6hcwr77pxlxirwmqk9kgpf55122xf48y1nhsmphkkk4ads";
};

patchPhase = ''
Expand Down

0 comments on commit c7961b6

Please sign in to comment.