python27Packages.pymupdf: 1.16.10 -> 1.16.11
This commit is contained in:
parent
05c38b9d73
commit
18ff53d765
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, mupdf, swig }:
|
{ stdenv, buildPythonPackage, fetchPypi, mupdf, swig }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyMuPDF";
|
pname = "PyMuPDF";
|
||||||
version = "1.16.10";
|
version = "1.16.11";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d7893954f97fa6087629f3875f3be066dab51302e7c73f4c98c0516a8e2893fb";
|
sha256 = "006m31qvvdwbpmxnhj1gs7rpd1jb214mf2hacqmisryx8dnb2jm7";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python bindings for MuPDF's rendering library.";
|
description = "Python bindings for MuPDF's rendering library.";
|
||||||
homepage = https://github.com/pymupdf/PyMuPDF;
|
homepage = "https://github.com/pymupdf/PyMuPDF";
|
||||||
maintainers = with maintainers; [ teto ];
|
maintainers = with maintainers; [ teto ];
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user