Unverified Commit 216c2418 authored by Renaud's avatar Renaud Committed by GitHub
Browse files

Merge pull request #159945 from r-ryantm/auto-update/python3.10-pymupdf

python310Packages.pymupdf: 1.19.4 -> 1.19.5
parents a723c88d f9c202ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@

buildPythonPackage rec {
  pname = "pymupdf";
  version = "1.19.4";
  version = "1.19.5";

  src = fetchPypi {
    pname = "PyMuPDF";
    inherit version;
    sha256 = "125783986da87fe1a5372d621e90fa49e454454af0b3d0f894858c146c712f81";
    sha256 = "sha256-OTybnLJmmoaRoBew/bmuDs86Smbypc6jfQqqGikKVaU=";
  };

  postPatch = ''