mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python310Packages.pymupdf: 1.19.4 -> 1.19.5
This commit is contained in:
parent
abc3f7c003
commit
f9c202edd9
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymupdf";
|
pname = "pymupdf";
|
||||||
version = "1.19.4";
|
version = "1.19.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "PyMuPDF";
|
pname = "PyMuPDF";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "125783986da87fe1a5372d621e90fa49e454454af0b3d0f894858c146c712f81";
|
sha256 = "sha256-OTybnLJmmoaRoBew/bmuDs86Smbypc6jfQqqGikKVaU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue